Socket
Socket
Sign inDemoInstall

ya-input

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ya-input - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

addon/components/ya-input/component.js

@@ -36,3 +36,3 @@ import Ember from 'ember';

}).readOnly(),
shouldShowValidationErrors: oneWay('model.shouldShowValidationErrors'),
shouldShowValidationErrors: oneWay('form.shouldShowValidationErrors'),
errorText: oneWay('errors.firstObject'),

@@ -124,3 +124,3 @@

_addErrorsComputedProperty: on('didInitAttrs', function() {
const modelName = get(this, 'attrs.form.model.constructor.modelName');
const modelName = get(this, 'modelName');
const fieldName = get(this, 'attrs.field-name');

@@ -127,0 +127,0 @@ let errorKey = `form.errors.model.${fieldName}`;

{
"name": "ya-input",
"version": "0.1.1",
"version": "0.1.2",
"description": "The default blueprint for ember-cli addons.",

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