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

@types/parse5

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/parse5 - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

18

parse5/index.d.ts

@@ -70,3 +70,3 @@ // Type definitions for parse5 6.0

*/
scriptingEnabled?: boolean;
scriptingEnabled?: boolean | undefined;

@@ -83,3 +83,3 @@ /**

*/
sourceCodeLocationInfo?: boolean;
sourceCodeLocationInfo?: boolean | undefined;

@@ -91,3 +91,3 @@ /**

*/
treeAdapter?: T;
treeAdapter?: T | undefined;
}

@@ -101,3 +101,3 @@

*/
treeAdapter?: T;
treeAdapter?: T | undefined;
}

@@ -129,3 +129,3 @@

*/
namespace?: string;
namespace?: string | undefined;

@@ -135,3 +135,3 @@ /**

*/
prefix?: string;
prefix?: string | undefined;
}

@@ -226,3 +226,3 @@

*/
sourceCodeLocation?: ElementLocation;
sourceCodeLocation?: ElementLocation | undefined;

@@ -257,3 +257,3 @@ /**

*/
sourceCodeLocation?: Location;
sourceCodeLocation?: Location | undefined;

@@ -283,3 +283,3 @@ /**

*/
sourceCodeLocation?: Location;
sourceCodeLocation?: Location | undefined;

@@ -286,0 +286,0 @@ /**

{
"name": "@types/parse5",
"version": "6.0.0",
"version": "6.0.1",
"description": "TypeScript definitions for parse5",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse5",
"license": "MIT",

@@ -32,4 +33,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "5d9a77f4a626e6993f8e3a998227aa89b152999ec1d499e0e0056b1f71f2ccc6",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "b81ad0feffc06b845a4f6b06a96c242d31f52c4b226652e6578dff42d333190f",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 08 Jan 2021 00:53:03 GMT
* Last updated: Wed, 07 Jul 2021 17:02:25 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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