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

element-internals-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-internals-polyfill - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

dist/index.js.map

4

dist/index.js

@@ -269,3 +269,3 @@ (function () {

const wireSubmitLogic = (form) => {
const SUBMIT_BUTTON_SELECTOR = ':is(:is(button, input)[type=submit], button:not([type])):not([disabled])';
const SUBMIT_BUTTON_SELECTOR = ':is(button[type=submit], input[type=submit], button:not([type])):not([disabled])';
let submitButtonSelector = `${SUBMIT_BUTTON_SELECTOR}:not([form])`;

@@ -567,3 +567,2 @@ if (form.id) {

Object.seal(this);
upgradeInternals(ref);
if (rootNode instanceof DocumentFragment) {

@@ -752,2 +751,3 @@ deferUpgrade(rootNode);

}
upgradeInternals(this);
};

@@ -754,0 +754,0 @@ }

{
"name": "element-internals-polyfill",
"version": "1.3.4",
"version": "1.3.5",
"description": "A polyfill for the element internals specification",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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