Socket
Socket
Sign inDemoInstall

events

Package Overview
Dependencies
0
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

LICENSE

4

events.js

@@ -60,6 +60,4 @@ // Copyright Joyent, Inc. and other Node contributors.

throw er; // Unhandled 'error' event
} else {
throw TypeError('Uncaught, unspecified "error" event.');
}
return false;
throw TypeError('Uncaught, unspecified "error" event.');
}

@@ -66,0 +64,0 @@ }

@@ -0,1 +1,6 @@

# 1.0.2 (2014-08-28)
- remove un-reachable code
- update devDeps
## 1.0.1 / 2014-05-11

@@ -2,0 +7,0 @@

{
"name": "events",
"id": "events",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node's event emitter for all engines.",

@@ -26,4 +26,4 @@ "keywords": [

"devDependencies": {
"mocha": "1.15.1",
"zuul": "~1.6.4"
"mocha": "~1.21.4",
"zuul": "~1.10.2"
},

@@ -33,8 +33,3 @@ "scripts": {

},
"licenses": [
{
"type": "MIT",
"url": "http://jeditoolkit.com/LICENSE"
}
]
}
"licenses": "MIT"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc