eventemitter3
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "eventemitter3", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.", | ||
@@ -8,8 +8,8 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js", | ||
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;", | ||
"test-node": "istanbul cover _mocha --report lcovonly -- test.js", | ||
"coverage": "istanbul cover _mocha -- test.js", | ||
"test": "nyc --reporter=html --reporter=text mocha", | ||
"test-browser": "zuul -- test.js", | ||
"sync": "node versions.js", | ||
"test": "mocha test.js" | ||
"prepublish": "npm run build", | ||
"sync": "node versions.js" | ||
}, | ||
@@ -44,8 +44,10 @@ "repository": { | ||
"devDependencies": { | ||
"assume": "1.4.x", | ||
"istanbul": "0.4.x", | ||
"mocha": "3.1.x", | ||
"pre-commit": "1.1.x", | ||
"zuul": "3.11.x" | ||
"assume": "~1.4.1", | ||
"browserify": "~14.1.0", | ||
"mocha": "~3.2.0", | ||
"nyc": "~10.2.0", | ||
"pre-commit": "~1.2.0", | ||
"uglify-js": "~2.8.20", | ||
"zuul": "~3.11.1" | ||
} | ||
} |
@@ -95,3 +95,2 @@ # EventEmitter3 | ||
- `npm test` to run the tests under Node.js. | ||
- `npm run coverage` to get the code coverage. | ||
- `npm run test-browser` to run the tests in real browsers via Sauce Labs. | ||
@@ -98,0 +97,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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
20642
6
7
2
106
2