New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

evt

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evt - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

dist/lib/Ctx.d.ts

54

package.json
{
"name": "evt",
"version": "0.0.2",
"description": "Simple event emitter mixer for node and the browser",
"main": "index.js",
"directories": {
"test": "test"
"version": "1.0.0",
"description": "Type safe replacement for node's EventEmitter",
"repository": {
"type": "git",
"url": "git://github.com/garronej/evt"
},
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"scripts": {
"test": "mocha -R list"
"tsc": "npx tsc",
"test": "node ./dist/test/index"
},
"devDependencies": {
"chai": "*"
"author": "Joseph Garrone",
"license": "MIT",
"dependencies": {
"minimal-polyfills": "^1.0.3",
"run-exclusive": "^2.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/yelo-npm/Evt.git"
},
"files": [
"/dist/lib",
"/src/lib",
"/dist/tools",
"/src/tools"
],
"keywords": [
"events"
"EventEmitter",
"typescript",
"functional programming",
"qt signal",
"events",
"ts-events",
"ts-evt",
"async-await",
"promise",
"rxjs"
],
"author": "xananax@yelostudio.com",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"chai": "~1.5.0"
"homepage": "https://evt.land",
"devDependencies": {
"@types/node": "^8.9.1",
"colors": "^1.3.0",
"rxjs": "^6.5.4",
"typescript": "^3.8.3"
}
}
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