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

strict-event-emitter-types

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strict-event-emitter-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

types/src/index.d.ts

9

package.json
{
"name": "strict-event-emitter-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "Strictly and safely type any EventEmitter-like interface on any object",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc"
"build": "tsc",
"prepublish": "npm run build"
},

@@ -20,2 +21,5 @@ "types": "types/src",

],
"files": [
"types"
],
"author": "Brian Terlson <brian.terlson@microsoft.com>",

@@ -30,5 +34,4 @@ "license": "ISC",

"@types/node": "^9.4.6",
"dtslint": "^0.2.0",
"typescript": "next"
}
}
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