New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

date-duration

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-duration - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/duration.js

14

package.json
{
"name": "date-duration",
"version": "0.2.0",
"version": "0.2.1",
"description": "Manipulate Date objects with ISO 8601-formatted durations",

@@ -9,7 +9,7 @@ "main": "dist/duration.js",

"build": "babel --source-maps -d dist/ src/",
"test": "npm run lint && npm build && mocha --compilers js:babel-core/register test",
"test": "npm run lint && npm run build && mocha --compilers js:babel-core/register test",
"clean": "rm -rf dist",
"preversion": "npm test",
"preversion": "npm run test",
"postversion": "git push && git push --tags",
"prepublish": "npm test",
"prepublish": "npm run test",
"postpublish": "npm run clean"

@@ -38,8 +38,8 @@ },

"babel-cli": "6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "4.0.5",
"babel-core": "6.2.1",
"babel-eslint": "4.1.6",
"babel-preset-es2015": "6.1.18",
"eslint": "1.10.2",
"mocha": "^2.3.4"
"mocha": "2.3.4"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc