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

ev-emitter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ev-emitter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

ev-emitter.js
/**
* EvEmitter v1.0.2
* EvEmitter v1.0.3
* Lil' event emitter

@@ -11,3 +11,3 @@ * MIT License

// universal module definition
/* jshint strict: false */ /* globals define, module */
/* jshint strict: false */ /* globals define, module, window */
if ( typeof define == 'function' && define.amd ) {

@@ -24,3 +24,3 @@ // AMD - RequireJS

}( this, function() {
}( typeof window != 'undefined' ? window : this, function() {

@@ -27,0 +27,0 @@ "use strict";

{
"name": "ev-emitter",
"version": "1.0.2",
"version": "1.0.3",
"description": "lil' event emitter",

@@ -5,0 +5,0 @@ "main": "ev-emitter.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