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

@syntaxtree/html

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syntaxtree/html - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

index.d.ts

@@ -20,7 +20,10 @@ declare namespace html {

tag: string;
attributes: Map<string, string>;
attributes: NodeAttribute[];
children: Node[];
options: NodeElementOptions;
constructor(tag: string, attributes: Map<string, string>, children: Node[], options: NodeElementOptions);
constructor(tag: string, attributes: NodeAttribute[], children: Node[], options?: NodeElementOptions);
}
type NodeAttribute = {
[key: string]: string | string[];
};
type NodeElementOptions = {

@@ -27,0 +30,0 @@ selfClosing: boolean;

{
"name": "@syntaxtree/html",
"version": "0.3.0",
"version": "0.3.1",
"description": "HTML Concrete Syntax Tree",

@@ -23,3 +23,3 @@ "author": "Fumio Furukawa",

},
"gitHead": "65c684cea17a19011be12eb579adb2b06e31d1ca"
"gitHead": "2d560da5ede5634d14cad0a0af6e9af76b069055"
}

Sorry, the diff of this file is not supported yet

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