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.26 to 0.2.27

18

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

@@ -32,3 +32,3 @@ "main": "index.js",

"@advanced-rest-client/arc-icons": "^3.3.3",
"@anypoint-web-components/anypoint-button": "^1.2.1",
"@anypoint-web-components/anypoint-button": "^1.2.2",
"@anypoint-web-components/anypoint-control-mixins": "^1.2.0",

@@ -52,10 +52,10 @@ "@anypoint-web-components/validatable-mixin": "^1.1.3",

"@polymer/paper-tabs": "^3.1.0",
"@web/dev-server": "^0.1.18",
"@web/test-runner": "^0.13.13",
"@web/test-runner-playwright": "^0.8.6",
"eslint": "^7.30.0",
"@web/dev-server": "^0.1.21",
"@web/test-runner": "^0.13.16",
"@web/test-runner-playwright": "^0.8.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"sinon": "^11.1.1",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"sinon": "^11.1.2",
"typescript": "^4.3.5",

@@ -62,0 +62,0 @@ "typescript-lit-html-plugin": "^0.9.0"

@@ -560,2 +560,5 @@ import { ControlStateMixin } from '@anypoint-web-components/anypoint-control-mixins';

const { type, inputElement } = this;
if (!inputElement) {
return;
}
inputElement.focus();

@@ -562,0 +565,0 @@ const { value } = inputElement;

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