Socket
Socket
Sign inDemoInstall

tiny-emitter

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

3

index.d.ts

@@ -1,2 +0,2 @@

declare class EventEmitter {
export declare class EventEmitter {
on (event: string, callback: Function, ctx?: any): EventEmitter;

@@ -7,2 +7,1 @@ once (event: string, callback: Function, ctx?: any): EventEmitter;

}
export = EventEmitter
{
"name": "tiny-emitter",
"version": "2.0.0",
"version": "2.0.1",
"description": "A tiny (less than 1k) event emitter library",

@@ -5,0 +5,0 @@ "main": "index.js",

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