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

@tsed/event-emitter

Package Overview
Dependencies
Maintainers
1
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/event-emitter - npm Package Compare versions

Comparing version 6.88.1 to 6.89.0

lib/cjs/decorators/index.d.ts

23

package.json
{
"name": "@tsed/event-emitter",
"version": "6.88.1",
"version": "6.89.0",
"description": "EventEmitter package for Ts.ED framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"typings": "./lib/types/index.d.ts",
"exports": {
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
"build": "yarn run build:esm && yarn run build:cjs",
"build:cjs": "tsc --build tsconfig.compile.json",
"build:esm": "tsc --build tsconfig.compile.esm.json",
"test": "cross-env NODE_ENV=test nyc mocha"

@@ -16,5 +25,5 @@ },

"devDependencies": {
"@tsed/common": "6.88.1",
"@tsed/core": "6.88.1",
"@tsed/di": "6.88.1",
"@tsed/common": "6.89.0",
"@tsed/core": "6.89.0",
"@tsed/di": "6.89.0",
"eventemitter2": "^6.4.4"

@@ -21,0 +30,0 @@ },

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