backbone-publication
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36946
36
1