Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

isodate

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isodate - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+17
-13
package.json
{
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de/)",
"name": "isodate",
"description": "ISO 8061 date/time parser",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-isodate.git"
},
"main": "isodate.js",
"engines": {
"node": "*"
},
"tags": [ "date", "time", "parse", "ISO 8601" ]
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de/)",
"name": "isodate",
"description": "JavaScript ISO 8061 date/time parser",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-isodate.git"
},
"main": "isodate.js",
"ender": "isodate.js",
"engines": {
"node": "*"
},
"tags": [ "date", "time", "parse", "ISO 8601" ],
"bugs": {
"url": "https://github.com/pvorb/node-isodate/issues"
}
}