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.0 to 1.0.1

5

events.js

@@ -148,3 +148,6 @@ // Copyright Joyent, Inc. and other Node contributors.

this._events[type].length);
console.trace();
if (typeof console.trace === 'function') {
// not supported in IE 10
console.trace();
}
}

@@ -151,0 +154,0 @@ }

6

History.md

@@ -1,5 +0,7 @@

# History #
## 1.0.1 / 2014-05-11
## unreleased
- check for console.trace before using it
## 1.0.0 / 2013-12-10
- Update to latest events code from node.js 0.10

@@ -6,0 +8,0 @@ - copy tests from node.js

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

@@ -27,3 +27,3 @@ "keywords": [

"mocha": "1.15.1",
"zuul": "~1.0.6"
"zuul": "~1.6.4"
},

@@ -30,0 +30,0 @@ "scripts": {

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