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.8.6 to 0.8.7

4

backbone-relations.js

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

resolved.url = this.url || function () {
return _.result(owner, 'url') + this.urlRoot;
return _.result(owner, 'url') + _.result(this, 'urlRoot');
};

@@ -119,3 +119,3 @@ return resolved;

instance.url = this.url || function () {
return _.result(owner, 'url') + this.urlRoot;
return _.result(owner, 'url') + _.result(this, 'urlRoot');
};

@@ -122,0 +122,0 @@ var reverse = this.reverse;

{
"name": "backbone-relations",
"version": "0.8.6",
"version": "0.8.7",
"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