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.1.36 to 0.1.37

7

CHANGELOG.md

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

### [0.1.37](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.36...v0.1.37) (2021-05-27)
### Bug Fixes
* add states to interface ([f800756](https://github.com/calebdwilliams/element-internals-polyfill/commit/f800756a84de16d3dae08b291bee917642e04598))
### [0.1.36](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.35...v0.1.36) (2021-05-23)

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

2

dist/types.d.ts

@@ -0,1 +1,2 @@

import { CustomStateSet } from "./CustomStateSet";
import { ElementInternals } from "./element-internals";

@@ -48,2 +49,3 @@ export interface IAom {

shadowRoot: ShadowRoot;
states: CustomStateSet;
validationMessage: string;

@@ -50,0 +52,0 @@ validity: globalThis.ValidityState;

2

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