You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/htmlparser2

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/htmlparser2 - npm Package Compare versions

Comparing version

to
3.10.1

4

htmlparser2/index.d.ts

@@ -6,3 +6,5 @@ // Type definitions for htmlparser2 v3.10.x

// Johan Davidsson <https://github.com/johandavidson>
// GP <https://github.com/paambaati>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

@@ -65,3 +67,3 @@ ///<reference types="node"/>

export declare class Parser {
constructor(handler: DomHandler, options?: ParserOptions);
constructor(handler: Partial<DomHandler>, options?: ParserOptions);

@@ -68,0 +70,0 @@ /***

{
"name": "@types/htmlparser2",
"version": "3.10.0",
"version": "3.10.1",
"description": "TypeScript definitions for htmlparser2",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "johandavidson"
},
{
"name": "GP",
"url": "https://github.com/paambaati",
"githubUsername": "paambaati"
}

@@ -37,4 +42,4 @@ ],

},
"typesPublisherContentHash": "a958ddf8d7d98ddf6ef588bf14774b2a51d722f3513147cbe862dc5b6b653215",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "4abf8b62c7bdfc543dbe938b7e0d7b17804fd80bf6c294d7770cc062e77defbf",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for htmlparser2 ( https://github.com/fb55/htmlparser2/ ).
This package contains type definitions for htmlparser2 (https://github.com/fb55/htmlparser2/).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 25 Mar 2019 16:42:33 GMT
* Last updated: Fri, 12 Jul 2019 22:01:27 GMT
* Dependencies: @types/domhandler, @types/domutils, @types/node

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by James Roland Cabresos <https://github.com/staticfunction>, Linus Unnebäck <https://github.com/LinusU>, Johan Davidsson <https://github.com/johandavidson>.
These definitions were written by James Roland Cabresos <https://github.com/staticfunction>, Linus Unnebäck <https://github.com/LinusU>, Johan Davidsson <https://github.com/johandavidson>, and GP <https://github.com/paambaati>.