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

emitter2

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

emitter2 - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/Data.d.ts

32

package.json

@@ -5,10 +5,9 @@ {

"lint": "eslint .",
"build:cjs": "tsc --project tsconfigCjs.json",
"build:esm": "tsc --project tsconfigEsm.json",
"build": "npm run build:cjs && npm run build:esm",
"test": "jest",
"build:docs": "typedoc lib/index.ts"
"build": "tsc --project tsconfigPublish.json",
"test": "mocha dist/**/*.test.js",
"build:docs": "typedoc lib/index.ts",
"build:test": "tsc"
},
"name": "emitter2",
"version": "1.0.0",
"version": "2.0.0",
"homepage": "https://chocolateloverraj.github.io/emitter",

@@ -21,3 +20,4 @@ "license": "MIT",

"devDependencies": {
"@types/jest": "^27.0.3",
"@types/mocha": "^9.1.0",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^4.0.1",

@@ -29,8 +29,8 @@ "eslint": "^7.12.1",

"eslint-plugin-promise": "^4.2.1 || ^5.0.0",
"jest": "^27.0.6",
"mocha": "^9.2.2",
"react": "^17.0.2",
"release-it": "^14.12.3",
"ts-jest": "^27.1.3",
"typedoc": "0.22.11",
"typescript": "^4.5.5"
"sinon": "^13.0.1",
"typedoc": "0.22.0-beta.10",
"typescript": "^4.7.0-dev.20220316"
},

@@ -40,10 +40,4 @@ "peerDependencies": {

},
"main": "dist/cjs/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"types": "./dist/esm/index.d.ts",
"type": "module",
"exports": "./dist/index.js",
"dependencies": {

@@ -50,0 +44,0 @@ "tslib": "^2.3.1"

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