@algolia/events
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -26,5 +26,3 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
} | ||
module.exports = { | ||
default: EventEmitter | ||
}; | ||
module.exports = EventEmitter; | ||
@@ -31,0 +29,0 @@ // Backwards-compat with node 0.10.x |
@@ -0,1 +1,5 @@ | ||
# 4.0.1 (2021-11-24) | ||
- undo fake default export | ||
# 4.0.0 (2021-11-24) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@algolia/events", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Node's event emitter for all engines.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ # events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](https://travis-ci.org/Gozala/events) | ||
```javascript | ||
var EventEmitter = require('events').default; | ||
var EventEmitter = require('events'); | ||
``` | ||
@@ -22,0 +22,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
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
13030
280