moment-parseformat
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,4 +7,4 @@ { | ||
"test": "standard && npm run test:node | tap-spec", | ||
"test:node": "node tests/moment-parseformat-test.js", | ||
"coverage": "istanbul cover tests/moment-parseformat-test.js && istanbul-coveralls ", | ||
"test:node": "node tests/moment.parseformat-test.js", | ||
"coverage": "istanbul cover tests/moment.parseformat-test.js && istanbul-coveralls ", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
@@ -27,3 +27,5 @@ }, | ||
"homepage": "http://gr2m.github.io/moment.parseFormat", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"moment": "^2.10.6" | ||
}, | ||
"devDependencies": { | ||
@@ -41,3 +43,3 @@ "bootstrap-editable-table": "https://github.com/gr2m/bootstrap-editable-table#gh-pages", | ||
}, | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20303
0
1
+ Addedmoment@^2.10.6
+ Addedmoment@2.30.1(transitive)