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.1.0 to 0.1.1

4

index.d.ts

@@ -1,3 +0,3 @@

declare const _default: typeof syntaxtree.html;
export default _default;
declare const html: typeof syntaxtree.html;
export default html;
export declare namespace syntaxtree.html {

@@ -4,0 +4,0 @@ class HtmlDocument {

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

export default syntaxtree.html;
const html = syntaxtree.html;
export default html;
export var syntaxtree;

@@ -3,0 +4,0 @@ (function (syntaxtree) {

export default syntaxtree.html
const html = syntaxtree.html
export default html
export namespace syntaxtree.html {

@@ -67,2 +70,1 @@ export class HtmlDocument {

}
{
"name": "@syntaxtree/html",
"version": "0.1.0",
"version": "0.1.1",
"description": "HTML Concrete Syntax Tree",

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

},
"gitHead": "46015c51c5650ae9fad299f3fbc5d5f9e0b6d7ed"
"gitHead": "e90b878aa490d583c03a5539c3a10c4ee6478aaa"
}

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