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

@vladfrangu/async_event_emitter

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vladfrangu/async_event_emitter - npm Package Compare versions

Comparing version 2.4.3-next.eeb4849.0 to 2.4.3

dist/index.cjs

7

package.json
{
"name": "@vladfrangu/async_event_emitter",
"version": "2.4.3-next.eeb4849.0",
"version": "2.4.3",
"description": "An event emitter implementation with async support in mind",

@@ -36,3 +36,4 @@ "main": "./dist/index.cjs",

"update": "yarn upgrade-interactive",
"build": "tsc -p src --noEmit && yarn clean && tsup && tsc -p src --emitDeclarationOnly && tsx scripts/post-build.mts",
"prepack": "yarn build",
"build": "tsc -p src --noEmit && yarn clean && tsup",
"clean": "node scripts/clean.mjs",

@@ -51,3 +52,2 @@ "typecheck": "tsc -p src --noEmit",

"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.14.1",

@@ -64,3 +64,2 @@ "@typescript-eslint/parser": "^7.14.1",

"tsup": "^8.1.0",
"tsx": "^4.16.2",
"typedoc": "^0.26.2",

@@ -67,0 +66,0 @@ "typedoc-plugin-mdn-links": "^3.2.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