Socket
Socket
Sign inDemoInstall

ember-m3

Package Overview
Dependencies
295
Maintainers
9
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.7 to 5.0.8

16

addon/managed-array.js

@@ -34,2 +34,6 @@ import { get } from '@ember/object';

until: '4.0',
for: 'ember-m3',
since: {
enabled: '4.0.0',
},
});

@@ -43,2 +47,6 @@ return A(this._objects);

until: '1.0',
for: 'ember-m3',
since: {
enabled: '4.0.0',
},
});

@@ -132,2 +140,6 @@ return this._value;

until: '1.0',
for: 'ember-m3',
since: {
enabled: '4.0.0',
},
});

@@ -141,2 +153,6 @@ return this._value;

until: '4.0',
for: 'ember-m3',
since: {
enabled: '4.0.0',
},
});

@@ -143,0 +159,0 @@ return this.toArray();

@@ -10,2 +10,15 @@

## v5.0.8 (2022-12-07)
#### :house: Internal
* [#1688](https://github.com/hjdivad/ember-m3/pull/1688) [ember 4] Add `for` and `since` in deprecate() to be ember 4 compat ([@serinyoon](https://github.com/serinyoon))
* [#1667](https://github.com/hjdivad/ember-m3/pull/1667) Cancel prior CI jobs for the same PR/branch. ([@rwjblue](https://github.com/rwjblue))
* [#1664](https://github.com/hjdivad/ember-m3/pull/1664) Fixup CI Runs ([@rwjblue](https://github.com/rwjblue))
#### Committers: 2
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@serinyoon](https://github.com/serinyoon)
## v5.0.7 (2022-06-28)

@@ -12,0 +25,0 @@

1

config/ember-try.js

@@ -65,2 +65,3 @@ 'use strict';

name: 'ember-data-packages-latest',
allowedToFail: true,
npm: {

@@ -67,0 +68,0 @@ devDependencies: {

4

package.json
{
"name": "ember-m3",
"version": "5.0.7",
"version": "5.0.8",
"isCanary": false,

@@ -118,3 +118,3 @@ "description": "Alternative to @ember-data/model in which attributes and relationships are derived from API Payloads",

"testem": "^3.6.0",
"webpack": "^5.67.0"
"webpack": "^5.75.0"
},

@@ -121,0 +121,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc