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

backbone-publication

Package Overview
Dependencies
Maintainers
14
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-publication - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/browser/index.js

@@ -202,3 +202,3 @@ import _ from 'underscore';

var hasChanges = !_.isEmpty(changedAttributes);
if (!hasChanges) return;
if (!hasChanges) return this;

@@ -205,0 +205,0 @@ /* Perform the standard Backbone.js set. Do this first, so when we trigger events further down

{
"name": "backbone-publication",
"version": "1.0.5",
"version": "1.0.6",
"description": "Supports backbone classes backed by `publication-client` reactive queries.",

@@ -5,0 +5,0 @@ "main": "dist/browser/index.js",

@@ -38,2 +38,3 @@ # backbone-publication

### Changelog
* 1.0.6 - Fixed issue where `PublicationModel.set` did not always return `this`.
* 1.0.5 - Changed `PublicationModel.set` to correctly fire `change` events for nested objects.

@@ -40,0 +41,0 @@ * 1.0.4 - Reverted change on `PublicationModel.set` and added warning instead.

@@ -80,3 +80,3 @@ import _ from 'underscore';

var hasChanges = !_.isEmpty(changedAttributes);
if (!hasChanges) return;
if (!hasChanges) return this;

@@ -83,0 +83,0 @@ /* Perform the standard Backbone.js set. Do this first, so when we trigger events further down

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