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

@universal-packages/event-emitter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/event-emitter - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

EventEmitter.d.ts

@@ -1,3 +0,3 @@

import EE2, { CancelablePromise, ConstructorOptions, GeneralEventEmitter, OnOptions, OnceOptions, event, eventNS } from 'eventemitter2';
import { EventAndListener, EventIn, ListenToOptions, Listener, ListenerFn, WaitForFilter, WaitForOptions } from './EventEmitter.types';
import EE2, { CancelablePromise, ConstructorOptions, OnOptions, OnceOptions, event, eventNS } from 'eventemitter2';
import { EventAndListener, EventIn, GeneralEventEmitter, ListenToOptions, Listener, ListenerFn, WaitForFilter, WaitForOptions } from './EventEmitter.types';
export default class EventEmitter extends EE2 {

@@ -4,0 +4,0 @@ static defaultMaxListeners: number;

{
"name": "@universal-packages/event-emitter",
"version": "1.1.1",
"version": "1.1.2",
"description": "Event emitter 2 with universal convention",

@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

Sorry, the diff of this file is not supported yet

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