Comparing version 6.1.0 to 6.2.0
{ | ||
"name": "diode", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "A simple event emitter.", | ||
"main": "src/diode.js", | ||
"main": "dist/diode.js", | ||
"js:next": "src/diode.js", | ||
"scripts": { | ||
"test": "mocha -R dot", | ||
"test:watch": "mocha -R dot -w", | ||
"test:cov": "istanbul cover node_modules/.bin/_mocha -- -R dot", | ||
"prepublish": "rollupbabel --format cjs src/diode.js -o dist/diode.js", | ||
"test": "mocha -R dot --compilers js:babel/register", | ||
"test:watch": "mocha -R dot --compilers js:babel/register", | ||
"test:cov": "babel-node $(npm bin)/istanbul cover $(npm bin)/_mocha -- --recursive", | ||
"coveralls": "npm run test:cov && coveralls < coverage/lcov.info" | ||
@@ -28,5 +30,8 @@ }, | ||
"devDependencies": { | ||
"babel": "5.8.23", | ||
"babel-core": "5.8.25", | ||
"istanbul": "0.3.19", | ||
"mocha": "2.3.2" | ||
"mocha": "2.3.2", | ||
"rollup-babel": "0.6.0" | ||
} | ||
} |
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
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
8669
5
10
75