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.4.5 to 0.4.6

bower.json

5

backbone-relations.js

@@ -29,3 +29,6 @@ (function () {

set: function (val, options) { this.instance().set(val, options); },
set: function (val, options) {
options = _.extend({}, options, {add: true, merge: true, remove: true});
this.instance().set(val, options);
},

@@ -32,0 +35,0 @@ resolve: function () {

2

package.json
{
"name": "backbone-relations",
"version": "0.4.5",
"version": "0.4.6",
"author": "Casey Foster <c@sey.me>",

@@ -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