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 0.0.20 to 0.0.21

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.21](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.20...v0.0.21) (2020-06-02)
### Bug Fixes
* **polyfill:** correct labels reference ([9d326d1](https://github.com/calebdwilliams/element-internals-polyfill/commit/9d326d10b6696061408c3f0cfefbe3b6a063fc32))
### [0.0.20](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.19...v0.0.20) (2020-06-02)

@@ -7,0 +14,0 @@

2

dist/element-internals.js

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

label.addEventListener('click', ref.focus.bind(ref)));
let firstLabelId = label[0].id;
let firstLabelId = labels[0].id;
if (!labels[0].id) {

@@ -153,0 +153,0 @@ firstLabelId = `${labels[0].htmlFor}_Label`;

{
"name": "element-internals-polyfill",
"version": "0.0.20",
"version": "0.0.21",
"description": "A polyfill for the element internals specification",

@@ -5,0 +5,0 @@ "main": "dist/element-internals.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