You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ts-simple-event-bus

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-simple-event-bus - npm Package Compare versions

Comparing version

to
2.0.1

6

package.json
{
"name": "ts-simple-event-bus",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "2.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {

@@ -7,0 +7,0 @@ "build": "webpack --config webpack.config.js",

@@ -1,3 +0,1 @@

type Queue = string;
export type Message<T = any> = T;

@@ -4,0 +2,0 @@