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

backbone-relations

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-relations - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

dist/backbone-relations.js

@@ -147,3 +147,5 @@ // Generated by CoffeeScript 1.4.0

models.listenTo(via, 'add', function(other) {
return this.add(ctor.cache().get(other.get(theirs)));
if (other = ctor.cache().get(other.get(theirs))) {
return this.add(other);
}
});

@@ -150,0 +152,0 @@ models.listenTo(via, 'remove', function(other) {

{
"name": "backbone-relations",
"version": "0.0.11",
"version": "0.0.12",
"author": "Casey Foster <casey@caseywebdev.com>",

@@ -5,0 +5,0 @@ "licence": "MIT",

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