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

backbone-publication

Package Overview
Dependencies
Maintainers
22
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.10 to 1.0.11

CHANGELOG.md

9

package.json
{
"name": "backbone-publication",
"version": "1.0.10",
"version": "1.0.11",
"description": "Supports backbone classes backed by `publication-client` reactive queries.",

@@ -12,7 +12,7 @@ "main": "dist/browser/index.js",

"build": "gulp",
"watch": "WATCH=true yarn run build",
"watch": "WATCH=true npm run build",
"test": "gulp erik",
"prebuild": "rm -rf dist",
"pretest": "rm -f spec/tests.js",
"prepublish": "yarn test && yarn run build",
"prepublish": "npm test && npm run build",
"lint": "eslint ."

@@ -58,3 +58,6 @@ },

"lodash.isplainobject": "^4.0.6"
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}

@@ -36,14 +36,1 @@ # backbone-publication

```
### Changelog
* 1.0.10 - Fixed `PublicationColletion#set` return.
* 1.0.9 - Fixed another instance of object instances were considered plain objects. Replaced all `_.isObject` usages for `isPlainObject`
* 1.0.8 - Fixed issue where object instances were considered plain objects.
* 1.0.7 - Fixed incorrect function call in `PublicationModel.setReactiveQuery`.
* 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.
* 1.0.4 - Reverted change on `PublicationModel.set` and added warning instead.
* 1.0.3 - Fixed issue with `PublicationModel.set` not firing `change` event.
* 1.0.2 - Util function name typo (`isObject` -> `isPlainObject`).
* 1.0.1 - Use our own local utils instead of external underscore extensions.
* 1.0.0 - Initial release.
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