Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nichoth/events

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nichoth/events - npm Package Compare versions

Comparing version
3.1.6
to
3.1.7
+3
-2
package.json
{
"name": "@nichoth/events",
"version": "3.1.6",
"version": "3.1.7",
"description": "Event emitter and helpers",

@@ -35,3 +35,4 @@ "directories": {

"postversion": "git push && git push --tags && npm publish",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"count": "npm run build && gzip -c dist/index.min.js | wc -c"
},

@@ -38,0 +39,0 @@ "devDependencies": {

+1
-1

@@ -7,3 +7,3 @@ # events ![tests](https://github.com/nichoth/events/actions/workflows/nodejs.yml/badge.svg)

* CJS and ESM versions
* 632 bytes minified and gzipped
* 637 bytes minified and gzipped

@@ -10,0 +10,0 @@ ## install