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

@yandeu/events

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandeu/events - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

bundle/events.min.js

36

package.json
{
"name": "@yandeu/events",
"version": "0.0.6",
"version": "0.0.7",
"description": "⚡ Simplified and TypeScripted version of EventEmitter3@4.0.7",
"type": "commonjs",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Yannick Deubel (https://github.com/yandeu)",

@@ -15,2 +15,5 @@ "license": "MIT",

},
"engines": {
"node": ">=18.2"
},
"keywords": [

@@ -27,3 +30,3 @@ "events",

"dev": "npm run build && npm-run-all --parallel dev:*",
"dev:tsc": "tsc --project tsconfig.cjs.json --watch",
"dev:tsc": "tsc --project tsconfig.json --watch",
"format": "prettier --write src/**",

@@ -35,19 +38,22 @@ "format:check": "prettier --check src/**",

"build:version": "npm run version",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:webpack": "webpack --config webpack.config.cjs",
"test": "jest --collectCoverage",
"build:ts": "tsc --project tsconfig.json",
"build:bundle": "npx esbuild --bundle src/index.ts --minify --outfile=bundle/events.min.js --format=esm",
"version": "extract version /src/version.ts",
"prune": "rimraf lib cjs esm umd",
"prepublishOnly": "npm run build && npm test"
"prune": "rimraf lib cjs esm umd dist bundle",
"prepublishOnly": "npm run build && npm test",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"devDependencies": {
"@yandeu/eslint-config": "^0.0.3",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.10.2",
"@yandeu/eslint-config": "^0.0.4",
"@yandeu/extract": "^0.0.3",
"@yandeu/prettier-config": "^0.0.3",
"@yandeu/prettier-config": "^0.0.4",
"esbuild": "^0.24.1",
"eslint": "^8.26.0",
"jest": "^26.6.3",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"typescript": "^5.7.2",
"webpack": "^5.24.2",

@@ -59,2 +65,2 @@ "webpack-cli": "^4.5.0"

}
}
}

@@ -12,2 +12,6 @@ # Events

## Examples
See [examples](/examples/).
## CDN

@@ -14,0 +18,0 @@

Sorry, the diff of this file is not supported yet

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