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.16 to 0.0.17

7

CHANGELOG.md

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

### [0.0.17](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.16...v0.0.17) (2020-05-27)
### Bug Fixes
* **polyfill:** setValidity no longer calls reportValidity ([52d51b6](https://github.com/calebdwilliams/element-internals-polyfill/commit/52d51b6df2d0ad48c9e120dd4e686bb02616d424))
### [0.0.16](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.15...v0.0.16) (2020-05-19)

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

1

dist/element-internals.js

@@ -438,3 +438,2 @@ (function () {

ref.setAttribute('aria-invalid', !valid);
this.reportValidity();
}

@@ -441,0 +440,0 @@

{
"name": "element-internals-polyfill",
"version": "0.0.16",
"version": "0.0.17",
"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