Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "parse-time", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Utility for parsing time strings", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "make" | ||
"test": "make test", | ||
"test-w": "make test-w", | ||
"test-debug": "./node_modules/.bin/mocha --debug-brk" | ||
}, | ||
@@ -29,3 +31,10 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/radubrehar/parse-time" | ||
"homepage": "https://github.com/radubrehar/parse-time", | ||
"dependencies": { | ||
"object-assign": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.1.0", | ||
"should": "^5.0.0" | ||
} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
32186
20
1146
1
2
+ Addedobject-assign@^2.0.0
+ Addedobject-assign@2.1.1(transitive)