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.0 to 0.1.1

6

addon/components/ya-input/component.js

@@ -31,3 +31,7 @@ import Ember from 'ember';

model: oneWay('form.model'),
modelName: oneWay('model.constructor.modelName'),
modelName: computed({
get() {
return get(this, 'model.constructor.modelName');
}
}).readOnly(),
shouldShowValidationErrors: oneWay('model.shouldShowValidationErrors'),

@@ -34,0 +38,0 @@ errorText: oneWay('errors.firstObject'),

4

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

@@ -49,2 +49,2 @@ "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