Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@algolia/events

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/events - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

events.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc