Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "stifle", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "A very simple way to throttle a function", | ||
"main": "index.js", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.js", | ||
"files": [ | ||
"index.cjs.js", | ||
"index.esm.js" | ||
], | ||
"repository": "https://github.com/twobitfool/stifle", | ||
@@ -10,8 +15,12 @@ "author": "Matt Smith <matt@twobitfool.com>", | ||
"scripts": { | ||
"test": "mocha" | ||
"build": "rollup -i index.esm.js -o index.cjs.js -f cjs", | ||
"test": "mocha -r esm", | ||
"prepublish": "yarn build" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^3.3.0" | ||
"esm": "^3.0.36", | ||
"mocha": "^3.3.0", | ||
"rollup": "^0.59.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
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
5255
4
5
78
1