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
3
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 5.9.2 to 5.9.3

9

addon/models/record-proxy.js

@@ -21,3 +21,2 @@ import ObjectProxy from '@ember/object/proxy';

this.isCopyingMethods = true;
for(let method in model) {

@@ -30,3 +29,2 @@ if(typeof model[method] === "function") {

}
this.isCopyingMethods = false;
},

@@ -36,9 +34,2 @@

unknownProperty() {
if (this.isCopyingMethods) {
return;
}
return this._super(...arguments);
},
proxyMethod(method) {

@@ -45,0 +36,0 @@ this[method] = function() {

5

CHANGELOG.md
ember-cli-simple-store Changelog
==============================
5.9.3
-----
* [DEPENDENCY]: upgrade to ember v3.1.1
5.9.2

@@ -5,0 +10,0 @@ -----

4

package.json
{
"name": "ember-cli-simple-store",
"version": "5.9.2",
"version": "5.9.3",
"description": "ember-cli addon that provides a simple identity map for ember.js web applications",

@@ -46,3 +46,3 @@ "directories": {

"ember-resolver": "^4.0.0",
"ember-source": "3.1.0",
"ember-source": "3.1.1",
"ember-try": "^0.2.23",

@@ -49,0 +49,0 @@ "eslint-plugin-ember": "^5.0.0",

Sorry, the diff of this file is not supported yet

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