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

ember-cli-simple-store

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-simple-store - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

4

addon/model.js

@@ -50,5 +50,7 @@ import Ember from "ember";

init: function() {
this.set("_data", {});
this._super();
this._reset();
this._setup();
this.set("_data", {});
this.set("_oldState", clone(this));
},

@@ -55,0 +57,0 @@ rollback: function() {

ember-cli-simple-store Changelog
==============================
1.0.2
-----
* [TEST]: adding test for save then immediate rollback
([#10](https://github.com/toranb/ember-cli-simple-store/pull/10))
* [BUG]: rollback is now idempotent
([commit](https://github.com/toranb/ember-cli-simple-store/commit/2d0cc9417b1bee7f674923906953045e8dc61a97))
* [PERIPHERAL]: updating to ember 1.11.3
([commit](https://github.com/toranb/ember-cli-simple-store/commit/aa572e44b1a9c057726ea9d5a5782e59cb7e5727))
1.0.1

@@ -5,0 +18,0 @@ -----

{
"name": "ember-cli-simple-store",
"version": "1.0.1",
"version": "1.0.2",
"description": "ember-cli addon that provides a simple identity map for ember.js web applications",

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

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