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.2
to
3.1.3
+1
-1
package.json
{
"name": "@nichoth/events",
"version": "3.1.2",
"version": "3.1.3",
"description": "Event emitter and helpers",

@@ -5,0 +5,0 @@ "directories": {

@@ -11,4 +11,2 @@ import test from 'tape'

t.doesNotThrow(() => Bus.createEvents({ test: ['test'] }), null,
'prefix parameter is optional')
t.end()

@@ -15,0 +13,0 @@ })