Socket
Socket
Sign inDemoInstall

emittery

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emittery - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

6

index.d.ts

@@ -17,3 +17,3 @@ /* eslint-disable no-redeclare */

declare const listenerRemoved: unique symbol;
type OmnipresentEventData = {[listenerAdded]: Emittery.ListenerChangedData; [listenerRemoved]: Emittery.ListenerChangedData};
type _OmnipresentEventData = {[listenerAdded]: Emittery.ListenerChangedData; [listenerRemoved]: Emittery.ListenerChangedData};

@@ -169,3 +169,3 @@ /**

EventData = Record<string, any>, // When https://github.com/microsoft/TypeScript/issues/1863 ships, we can switch this to have an index signature including Symbols. If you want to use symbol keys right now, you need to pass an interface with those symbol keys explicitly listed.
AllEventData = EventData & OmnipresentEventData,
AllEventData = EventData & _OmnipresentEventData,
DatalessEvents = DatalessEventNames<EventData>

@@ -597,4 +597,6 @@ > {

}
type OmnipresentEventData = _OmnipresentEventData;
}
export = Emittery;
{
"name": "emittery",
"version": "0.10.0",
"version": "0.10.1",
"description": "Simple and modern async event emitter",

@@ -56,3 +56,3 @@ "license": "MIT",

"p-event": "^4.1.0",
"tsd": "^0.16.0",
"tsd": "^0.19.1",
"xo": "^0.39.0"

@@ -59,0 +59,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