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

backbone.viewkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone.viewkit - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

12

backbone.viewkit.js

@@ -11,11 +11,9 @@ (function(window, factory) {

});
}
// NodeJS. Calling with required packages
if (typeof module === 'object' && module.exports) {
} else if (typeof module === 'object' && module.exports) {
// NodeJS. Calling with required packages
factory.call(window, require('backbone'), require('underscore'));
} else {
// Browser globals.
factory.call(window, Backbone, window._);
}
// Browser globals.
factory.call(window, Backbone, window._);
}(typeof global === "object" ? global : this, function (Backbone, _) {

@@ -22,0 +20,0 @@ var ViewKit = Backbone.ViewKit = {};

{
"name": "backbone.viewkit",
"version": "0.1.3",
"version": "0.1.4",
"description": "Backbone view management and transitions",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/scttnlsn/backbone.viewkit",

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