Socket
Socket
Sign inDemoInstall

eventemitter3

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventemitter3 - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

umd/eventemitter3.min.js

22

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc