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

ember-m3

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-m3 - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

addon/model.js

@@ -490,3 +490,5 @@ // This lint error disables "this.attrs" everywhere. What could go wrong?

// Set value in model data
// remove value from the cache
this._internalModel._modelData.setAttr(key, value);
delete this._cache[key];

@@ -493,0 +495,0 @@ // update cache with the data,

# ember-m3 changelog
## 0.7.3
* bugfix: `setUnknownProperty` remove cache after setting a new value and only update cache when value is resolved.
## 0.7.2

@@ -4,0 +8,0 @@

2

package.json
{
"name": "ember-m3",
"version": "0.7.2",
"version": "0.7.3",
"description": "The default blueprint for ember-cli addons.",

@@ -5,0 +5,0 @@ "keywords": [

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