🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ember-cp-validations

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cp-validations - npm Package Compare versions

Comparing version

to
3.5.6

7

addon/validations/factory.js

@@ -101,3 +101,3 @@ /**

let ValidationsMixin = Ember.Mixin.create({
return Ember.Mixin.create({
init() {

@@ -144,7 +144,2 @@ this._super(...arguments);

});
// Label mixin under a named scope for Ember Inspector
ValidationsMixin[Ember.NAME_KEY] = 'Validations';
return ValidationsMixin;
}

@@ -151,0 +146,0 @@

2

package.json
{
"name": "ember-cp-validations",
"version": "3.5.5",
"version": "3.5.6",
"description": "Ember computed property based validation library",

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