Socket
Socket
Sign inDemoInstall

typed-emitter

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-emitter - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

types.js

5

package.json
{
"name": "typed-emitter",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",

@@ -14,3 +14,4 @@ "description": "Strictly typed event emitter interface for TypeScript 3.",

],
"main": "./index.d.ts"
"main": "./types.js",
"types": "./index.d.ts"
}

2

README.md

@@ -5,3 +5,3 @@ # Typed-Emitter

Strictly typed event emitter interface for **TypeScript 3**.
Strictly typed event emitter interface for TypeScript.

@@ -8,0 +8,0 @@ Code size: Zero bytes - Just the typings, no implementation. Use the default event emitter of the `events` module in node.js or bring your favorite implementation when writing code for the browser.

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