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.2 to 1.0.3

LICENSE

2

addon/model.js

@@ -53,3 +53,3 @@ import Ember from "ember";

this._setup();
this.set("_data", {});
this.set("_data", clone(this));
this.set("_oldState", clone(this));

@@ -56,0 +56,0 @@ },

ember-cli-simple-store Changelog
==============================
1.0.3
-----
* [BUG] when setting field to empty string, model is not dirty
([#12](https://github.com/toranb/ember-cli-simple-store/pull/12))
1.0.2

@@ -5,0 +12,0 @@ -----

{
"name": "ember-cli-simple-store",
"version": "1.0.2",
"version": "1.0.3",
"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