New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

diode

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diode - npm Package Compare versions

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"
}
}