New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backbone-workbench

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-workbench - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

mixin_modules/SubviewsMixin/index.js

@@ -52,3 +52,3 @@ (function (root, factory) {

if (!subview) {
subview = subviews[key] = fn(subkey, el);
subview = subviews[key] = fn(subkey, _.partial(getDataAttribute, el));
subview.remove = _.wrap(subview.remove, _.partial(subviewRemoveWrapper, view, key));

@@ -95,4 +95,4 @@ subview.render();

var subviewRemoveWrapper = function (parent, key, remove) {
var subviews = getSubviews(parent);
var subviewRemoveWrapper = function (view, key, remove) {
var subviews = getSubviews(view);
delete subviews[key];

@@ -99,0 +99,0 @@ return remove.call(this);

@@ -5,3 +5,3 @@ {

"version": "0.0.2",
"version": "0.0.3",
"main": "dist/backbone-workbench.js",

@@ -8,0 +8,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