New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@app-masters/sync-cache

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-masters/sync-cache - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

3

CHANGELOG.md

@@ -9,3 +9,3 @@ # Changelog

## [0.3.0/0.3.5] - 2018-10-23
## [0.3.0/0.3.6] - 2018-10-23
### Added

@@ -19,2 +19,3 @@ - Redux-saga synchronization methods

- Bind everything
- Not sync object with unsychronized relations

@@ -21,0 +22,0 @@ ## [0.2.0/0.2.10] - 2018-10-22

@@ -759,2 +759,7 @@ "use strict";

for (const cacheObject of cacheObjects) {
// Check if object have unsynchronized relations
if (this.hasNotSyncedRelation(cacheObject)) {
continue;
}
try {

@@ -789,2 +794,7 @@ const onlineObject = await this.createOnline(cacheObject);

for (const cacheObject of cacheObjects) {
// Check if object have unsynchronized relations
if (this.hasNotSyncedRelation(cacheObject)) {
continue;
}
try {

@@ -791,0 +801,0 @@ const onlineObject = await this.updateOnline(cacheObject);

{
"name": "@app-masters/sync-cache",
"version": "0.3.5",
"version": "0.3.6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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