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

ember-fryctoria

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-fryctoria - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "ember-fryctoria",
"version": "0.1.0",
"description": "Make ember data work offline.",
"version": "0.1.1",
"description": "Make ember data work offline with automatic sync.",
"directories": {

@@ -6,0 +6,0 @@ "doc": "doc",

@@ -12,3 +12,6 @@ # Warning

# Requirements
ember-data v1.0.0-beta.16.x
# How does it work?

@@ -31,6 +34,5 @@ ember-fryctoria utilizes [ember-localforage-adapter](https://github.com/genkgo/ember-localforage-adapter/) to read and write locally.

```javascript
store.syncer.syncDown('user'); // remove all records in localforage and save all
current user records in localforage
store.syncer.syncDown('user'); // remove all records in localforage and save all current user records in localforage
store.syncer.syncDown(user); // create or update user record into localforage
store.syncer.syncDown([user1, user2]); // create or update user records into localforage
```
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