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

@anypoint-web-components/anypoint-input

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anypoint-web-components/anypoint-input - npm Package Compare versions

Comparing version 0.2.27 to 0.2.28

2

package.json
{
"name": "@anypoint-web-components/anypoint-input",
"description": "Accessible text input styled for Anypoint platform",
"version": "0.2.27",
"version": "0.2.28",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -1,3 +0,7 @@

# anypoint-input and anypoint-textarea
# Deprecated
This component has been moved to `anypoint-web-components/awc`.
-----
This component is based on Material Design text field and adjusted for Anypoint platform components.

@@ -4,0 +8,0 @@

@@ -86,3 +86,3 @@ import { ControlStateMixin } from '@anypoint-web-components/anypoint-control-mixins';

/* istanbul ignore else */
if (this._internals) {
if (this._internals && this._internals.setFormValue) {
this._internals.setFormValue(value);

@@ -519,3 +519,3 @@ }

this._getValidity(this.value) &&
((this._internals && this._internals.checkValidity()) || true)
((this._internals && this._internals.checkValidity && this._internals.checkValidity()) || true)
);

@@ -522,0 +522,0 @@ }

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