Comparing version 1.1.4 to 2.0.0
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.4", | ||
"version": "2.0.0", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -13,4 +13,9 @@ "repository": { | ||
"scripts": { | ||
"build": "rm -rf dist/* && node_modules/.bin/tsc -p .", | ||
"test": "node_modules/.bin/mocha" | ||
}, | ||
"pre-commit": [ | ||
"build", | ||
"test" | ||
], | ||
"keywords": [ | ||
@@ -28,7 +33,10 @@ "log", | ||
"devDependencies": { | ||
"@types/node": "^7.0.31", | ||
"mocha": "^2.4.5", | ||
"timekeeper": "0.0.5" | ||
"pre-commit": "1.x", | ||
"timekeeper": "0.0.5", | ||
"typescript": "2.4.x" | ||
}, | ||
"main": "./node.js", | ||
"browser": "./browser.js" | ||
"main": "./dist/node.js", | ||
"browser": "./dist/browser.js" | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
130928
71
2877
5
1