New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@github/auto-check-element

Package Overview
Dependencies
Maintainers
14
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/auto-check-element - npm Package Compare versions

Comparing version 5.1.2-0 to 5.1.2

4

dist/index.esm.js

@@ -248,5 +248,4 @@ function throttle(callback) {

});
state.controller = null;
if (response.status === 200) {
if (response.ok) {
processSuccess(response, input, autoCheckElement.required);

@@ -257,2 +256,3 @@ } else {

state.controller = null;
input.dispatchEvent(new CustomEvent('auto-check-complete', {

@@ -259,0 +259,0 @@ bubbles: true

@@ -254,5 +254,4 @@ (function (global, factory) {

});
state.controller = null;
if (response.status === 200) {
if (response.ok) {
processSuccess(response, input, autoCheckElement.required);

@@ -263,2 +262,3 @@ } else {

state.controller = null;
input.dispatchEvent(new CustomEvent('auto-check-complete', {

@@ -265,0 +265,0 @@ bubbles: true

{
"name": "@github/auto-check-element",
"version": "5.1.2-0",
"version": "5.1.2",
"description": "An input element that validates its value with a server endpoint.",

@@ -5,0 +5,0 @@ "repository": "github/auto-check-element",

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