Socket
Socket
Sign inDemoInstall

@philnash/web-otp-input

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

index.js

@@ -26,6 +26,3 @@ export class WebOTPInput extends HTMLElement {

async connectedCallback() {
let parentForm = this.parentElement;
while (parentForm !== null && parentForm.tagName !== "FORM") {
parentForm = parentForm.parentElement;
}
const parentForm = this.closest("form");
this.abortController = new AbortController();

@@ -32,0 +29,0 @@ if (parentForm) {

2

package.json
{
"name": "@philnash/web-otp-input",
"version": "0.1.0",
"version": "0.1.1",
"description": "A web component to make using the WebOTP API declarative",

@@ -5,0 +5,0 @@ "type": "module",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc