Comparing version 0.3.6 to 0.3.7
@@ -1,5 +0,1 @@ | ||
if (process.env.NODE_ENV && process.env.NODE_ENV === 'coverage') { | ||
module.exports = require('./lib-cov/eventify.js'); | ||
} else { | ||
module.exports = require('./lib/eventify.js'); | ||
} | ||
module.exports = require('./lib/eventify.js'); |
{ | ||
"name": "eventify", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Lightweight module that can be mixed in to any object in order to provide it with custom events. For node.js and the browser. Based on Backbone.Events", | ||
@@ -5,0 +5,0 @@ "author": "Bermi Ferrer <bermi@bermilabs.com>", |
@@ -7,2 +7,4 @@ # Eventify | ||
[![browser support](http://ci.testling.com/bermi/eventify.png)](http://ci.testling.com/bermi/eventify) | ||
## Installing | ||
@@ -14,3 +16,3 @@ | ||
<script src="https://raw.github.com/bermi/eventify/master/dist/eventify.min.js" type="text/javascript"></script> | ||
<script src="dist/eventify.min.js" type="text/javascript"></script> | ||
@@ -17,0 +19,0 @@ |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
171
0
28906
539