Skip to content

Instantly share code, notes, and snippets.

@rtyley
Created November 1, 2021 20:27
Show Gist options
  • Save rtyley/53bec07c93ae4cd80ca1f768dc1f8b51 to your computer and use it in GitHub Desktop.
Save rtyley/53bec07c93ae4cd80ca1f768dc1f8b51 to your computer and use it in GitHub Desktop.
Finding release timestamps of npm package versions with `curl --silent https://registry.npmjs.org/ophan-tracker-js | jq .time`
{
"modified": "2021-09-28T15:42:41.957Z",
"created": "2016-12-06T14:05:06.859Z",
"0.1.0": "2016-12-06T14:05:06.859Z",
"0.2.0": "2016-12-06T14:09:10.619Z",
"0.3.0": "2016-12-07T12:16:53.583Z",
"0.4.0": "2016-12-08T15:03:58.445Z",
"0.5.0": "2017-01-25T11:35:58.309Z",
"1.0.0": "2017-02-01T12:39:17.759Z",
"1.1.0": "2017-02-01T15:59:17.411Z",
"1.2.0": "2017-02-01T16:05:29.142Z",
"1.2.1": "2017-02-02T09:55:54.745Z",
"1.2.2": "2017-02-02T09:56:33.695Z",
"1.2.3": "2017-02-02T09:59:15.787Z",
"1.3.0": "2017-02-02T15:15:29.562Z",
"1.3.1": "2017-02-14T15:05:16.416Z",
"1.3.2": "2017-02-14T18:13:36.478Z",
"1.3.3": "2017-02-14T18:22:02.084Z",
"1.3.4": "2017-02-20T16:23:20.022Z",
"1.3.5": "2017-02-21T12:07:30.157Z",
"1.3.6": "2017-02-21T14:15:55.533Z",
"1.3.7": "2017-02-21T16:38:42.633Z",
"1.3.8": "2017-05-18T15:34:18.728Z",
"1.3.9": "2017-09-28T13:59:13.621Z",
"1.3.10": "2018-08-06T14:39:56.546Z",
"1.3.11": "2018-08-07T14:20:48.205Z",
"1.3.12": "2018-09-12T15:42:36.870Z",
"1.3.13": "2018-09-12T16:01:18.104Z",
"1.3.14": "2018-11-06T17:27:43.443Z",
"1.3.16": "2018-12-21T15:57:57.088Z",
"1.3.17": "2019-07-18T16:50:55.998Z",
"1.3.18": "2019-09-13T15:34:03.682Z",
"1.3.19": "2019-10-10T09:09:09.999Z",
"1.3.20": "2019-10-17T15:56:53.099Z",
"1.3.21": "2020-07-28T11:07:04.368Z",
"1.3.22": "2020-08-14T14:05:11.291Z",
"1.3.23": "2020-11-11T14:12:55.186Z",
"1.3.24": "2021-03-18T13:03:21.732Z",
"1.3.25": "2021-04-23T10:32:39.152Z",
"1.3.26": "2021-08-04T11:07:11.993Z",
"1.3.27": "2021-08-09T11:42:49.086Z",
"1.3.28": "2021-09-28T15:42:41.885Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment