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.15 to 0.0.16

7

CHANGELOG.md

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

### [0.0.16](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.15...v0.0.16) (2020-05-19)
### Features
* **polyfill:** element's register self with forms under the prop [el.name] ([c01d1c7](https://github.com/calebdwilliams/element-internals-polyfill/commit/c01d1c71c2acbc95fcad07604795fae02c05aae4))
### [0.0.15](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.14...v0.0.15) (2020-04-28)

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

5

dist/element-internals.js

@@ -229,3 +229,6 @@ (function () {

/** Save the element on the form instance if it has a name */
if (ref.hasAttribute('name')) {
form[ref.getAttribute('name')] = ref;
}
formsMap.set(form, { ref, internals });

@@ -232,0 +235,0 @@

2

package.json
{
"name": "element-internals-polyfill",
"version": "0.0.15",
"version": "0.0.16",
"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