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

backbone-child-collections

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-child-collections - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

backbone.childCollections.js

@@ -21,3 +21,3 @@ var async = require('async');

if (err) return done(err);
async.each(this, function(model, callback){
async.each(this.models, function(model, callback){
model.visitDepthFirst(visitor, callback);

@@ -24,0 +24,0 @@ }, done);

{
"name": "backbone-child-collections",
"version": "0.0.2",
"version": "0.0.3",
"description": "Plugin to allow tracking of child collections on models, and recursive fetching of model/collection trees",

@@ -5,0 +5,0 @@ "main": "backbone.childCollections.js",

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