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

typed-dom

Package Overview
Dependencies
Maintainers
1
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-dom - npm Package Compare versions

Comparing version 0.0.252 to 0.0.253

2

dist/typed-dom.js

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

/*! typed-dom v0.0.252 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */
/*! typed-dom v0.0.253 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */
require = function () {

@@ -3,0 +3,0 @@ function r(e, n, t) {

@@ -5,2 +5,27 @@ import { Symbol, document } from 'spica/global';

declare global {
interface ShadowHostElementTagNameMap {
'article': HTMLElement;
'aside': HTMLElement;
'blockquote': HTMLQuoteElement;
'body': HTMLBodyElement;
'div': HTMLDivElement;
'footer': HTMLElement;
'h1': HTMLHeadingElement;
'h2': HTMLHeadingElement;
'h3': HTMLHeadingElement;
'h4': HTMLHeadingElement;
'h5': HTMLHeadingElement;
'h6': HTMLHeadingElement;
'header': HTMLElement;
'main': HTMLElement;
'nav': HTMLElement;
'p': HTMLParagraphElement;
'section': HTMLElement;
'span': HTMLSpanElement;
}
interface HTMLElementTagNameMap extends ShadowHostElementTagNameMap {
}
}
export const enum NS {

@@ -7,0 +32,0 @@ HTML = 'HTML',

@@ -11,24 +11,2 @@ import 'spica/global';

declare global {
interface ShadowHostElementTagNameMap {
'article': HTMLElement;
'aside': HTMLElement;
'blockquote': HTMLQuoteElement;
'body': HTMLBodyElement;
'div': HTMLDivElement;
'footer': HTMLElement;
'h1': HTMLHeadingElement;
'h2': HTMLHeadingElement;
'h3': HTMLHeadingElement;
'h4': HTMLHeadingElement;
'h5': HTMLHeadingElement;
'h6': HTMLHeadingElement;
'header': HTMLElement;
'main': HTMLElement;
'nav': HTMLElement;
'p': HTMLParagraphElement;
'section': HTMLElement;
'span': HTMLSpanElement;
}
interface HTMLElementTagNameMap extends ShadowHostElementTagNameMap {
}
interface ElementEventMap {

@@ -35,0 +13,0 @@ 'connect': Event;

{
"name": "typed-dom",
"version": "0.0.252",
"version": "0.0.253",
"description": "A DOM component builder creating type-level DOM structures.",

@@ -5,0 +5,0 @@ "private": false,

@@ -5,2 +5,27 @@ import { Symbol, document } from 'spica/global';

declare global {
interface ShadowHostElementTagNameMap {
'article': HTMLElement;
'aside': HTMLElement;
'blockquote': HTMLQuoteElement;
'body': HTMLBodyElement;
'div': HTMLDivElement;
'footer': HTMLElement;
'h1': HTMLHeadingElement;
'h2': HTMLHeadingElement;
'h3': HTMLHeadingElement;
'h4': HTMLHeadingElement;
'h5': HTMLHeadingElement;
'h6': HTMLHeadingElement;
'header': HTMLElement;
'main': HTMLElement;
'nav': HTMLElement;
'p': HTMLParagraphElement;
'section': HTMLElement;
'span': HTMLSpanElement;
}
interface HTMLElementTagNameMap extends ShadowHostElementTagNameMap {
}
}
export const enum NS {

@@ -7,0 +32,0 @@ HTML = 'HTML',

Sorry, the diff of this file is too big to display

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