@types/dom-parser
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -19,3 +19,3 @@ // Type definitions for dom-parser 0.1 | ||
getElementsByAttribute(attribute: string): Node[] | null; | ||
getElementsByAttribute(attr: string, value: string): Node[] | null; | ||
} | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "@types/dom-parser", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "TypeScript definitions for dom-parser", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5d3e05b8e2e61393cce28dbfc48d2d3be06f2ea6113e9915012de592d565a150", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "cc4d64a455224253131616dc2a047c4d87134bc59649c10427ca52fc05ba677f", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 08 Jan 2020 01:13:59 GMT | ||
* Last updated: Mon, 30 Nov 2020 05:00:28 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Guy Bidkar (https://github.com/gbidkar). | ||
These definitions were written by [Guy Bidkar](https://github.com/gbidkar). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4058