Socket
Socket
Sign inDemoInstall

betsy

Package Overview
Dependencies
Maintainers
1
Versions
797
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

betsy - npm Package Compare versions

Comparing version 1.0.0-1535141908317 to 1.0.0-1535290136520

1

es/index.d.ts

@@ -7,3 +7,2 @@ export declare type Listener = {

private events;
constructor();
emit<K extends keyof T>(event: K, msg: T[K]): void;

@@ -10,0 +9,0 @@ emitAsync<K extends keyof T>(event: K, msg: T[K]): void;

@@ -7,3 +7,2 @@ export declare type Listener = {

private events;
constructor();
emit<K extends keyof T>(event: K, msg: T[K]): void;

@@ -10,0 +9,0 @@ emitAsync<K extends keyof T>(event: K, msg: T[K]): void;

2

package.json
{
"name": "betsy",
"version": "1.0.0-1535141908317",
"version": "1.0.0-1535290136520",
"description": "Typed events",

@@ -5,0 +5,0 @@ "author": "Christian Alfoni <christianalfoni@gmail.com>",

Sorry, the diff of this file is not supported yet

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