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

eventify

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventify - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

6

index.js

@@ -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');

2

package.json
{
"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 @@

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