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

@web/parse5-utils

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/parse5-utils - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0

17

dist/index.d.ts

@@ -1,9 +0,9 @@

export type TreeAdapter = parse5.TreeAdapter;
export type Element = parse5.Element;
export type Attribute = parse5.Attribute;
export type Node = parse5.Element | parse5.CommentNode | parse5.Document | parse5.DocumentFragment | parse5.DocumentType | parse5.TextNode;
export type ParentNode = parse5.Element | parse5.Document | parse5.DocumentFragment;
export type ChildNode = parse5.Element | parse5.CommentNode | parse5.TextNode;
export type CommentNode = parse5.CommentNode;
export type TextNode = parse5.TextNode;
export type TreeAdapter = import('parse5').TreeAdapter;
export type Element = import('parse5').Element;
export type Attribute = import('parse5').Attribute;
export type Node = import('parse5').Node;
export type ParentNode = import('parse5').ParentNode;
export type ChildNode = import('parse5').ChildNode;
export type CommentNode = import('parse5').CommentNode;
export type TextNode = import('parse5').TextNode;
/**

@@ -122,4 +122,3 @@ * Creates an element node.

export function appendToDocument(document: string, appendedHtml: string): string;
import parse5 = require("parse5");
export { createDocument, createDocumentFragment, createCommentNode, appendChild, insertBefore, setTemplateContent, getTemplateContent, setDocumentType, setDocumentMode, getDocumentMode, detachNode, insertText, insertTextBefore, adoptAttributes, getFirstChild, getChildNodes, getParentNode, getAttrList, getTagName, getNamespaceURI, getTextNodeContent, getCommentNodeContent, getDocumentTypeNodeName, getDocumentTypeNodePublicId, getDocumentTypeNodeSystemId, isTextNode, isCommentNode, isDocumentTypeNode, isElementNode, setNodeSourceCodeLocation, getNodeSourceCodeLocation };
//# sourceMappingURL=index.d.ts.map
{
"name": "@web/parse5-utils",
"version": "1.3.1",
"version": "2.0.0",
"publishConfig": {

@@ -24,3 +24,3 @@ "access": "public"

"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},

@@ -27,0 +27,0 @@ "scripts": {

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