New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-spec-tags

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-spec-tags - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/html.d.ts

@@ -93,6 +93,2 @@ /** A string literal type that only matches the HTML spec tag names. */

};
readonly datalist: {
new (): HTMLDataListElement;
prototype: HTMLDataListElement;
};
readonly dd: {

@@ -99,0 +95,0 @@ new (): HTMLElement;

@@ -26,3 +26,2 @@ import { isRunTimeType } from 'run-time-assertions';

data: HTMLDataElement,
datalist: HTMLDataListElement,
dd: HTMLElement,

@@ -29,0 +28,0 @@ del: HTMLModElement,

2

package.json
{
"name": "html-spec-tags",
"version": "1.0.1",
"version": "1.0.2",
"description": "All HTML tags supported by the current spec. With types!",

@@ -5,0 +5,0 @@ "keywords": [

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