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

ember-cli-simple-validation

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-simple-validation - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/.metadata_never_index

1

addon/mixins/validate.js

@@ -66,2 +66,3 @@ import Ember from "ember";

self.get("model").forEach(function(obj, index) {
self.notifyPropertyChange("valid");
Ember.defineProperty(self, "%@1%@2Validation".fmt(attr.field, index), Ember.computed(function() {

@@ -68,0 +69,0 @@ if(self.get("model").objectAt(index)) {

2

package.json
{
"name": "ember-cli-simple-validation",
"version": "0.2.3",
"version": "0.2.4",
"description": "ember-cli addon that provides simple form validation",

@@ -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