component-emitter
Advanced tools
Comparing version 1.2.0 to 1.2.1
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 @@ ================== |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7573
138