Socket
Socket
Sign inDemoInstall

component-emitter

Package Overview
Dependencies
0
Maintainers
32
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

7

History.md
1.2.1 / 2016-04-18
==================
* enable client side use
1.2.0 / 2014-02-12

@@ -6,3 +11,3 @@ ==================

* prefix events with `$` to support object prototype method names
1.1.3 / 2014-06-20

@@ -9,0 +14,0 @@ ==================

4

index.js

@@ -6,3 +6,5 @@

module.exports = Emitter;
if (typeof module !== 'undefined') {
module.exports = Emitter;
}

@@ -9,0 +11,0 @@ /**

{
"name": "component-emitter",
"description": "Event emitter",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ # Emitter [![Build Status](https://travis-ci.org/component/emitter.png)](https://travis-ci.org/component/emitter)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc