Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastkit/ev

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/ev - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

1

dist/ev.cjs.js

@@ -200,2 +200,1 @@ 'use strict';

exports.EV = EV;
exports.default = EV;

@@ -200,2 +200,1 @@ 'use strict';

exports.EV = EV;
exports.default = EV;

4

dist/ev.d.ts

@@ -28,3 +28,3 @@

*/
declare class EV<EventMap extends EVEventMap = EVEventMap> {
export declare class EV<EventMap extends EVEventMap = EVEventMap> {
/**

@@ -180,4 +180,2 @@ * Create and return listener instance by type, handler.

}
export { EV }
export default EV;

@@ -184,0 +182,0 @@ /**

@@ -195,3 +195,2 @@ class EVListener {

export default EV;
export { EV };
{
"name": "@fastkit/ev",
"version": "0.1.4",
"version": "0.1.5",
"description": "@fastkit/ev",
"buildOptions": {
"name": "EV"
},
"main": "index.js",

@@ -6,0 +9,0 @@ "module": "dist/ev.esm-bundler.js",

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