@types/sax
Advanced tools
Comparing version 1.0.0 to 1.0.1
// Type definitions for sax-js 1.x | ||
// Project: https://github.com/isaacs/sax-js | ||
// Definitions by: Asana <https://asana.com> | ||
// Evert Pot <https://evertpot.com/> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -47,3 +48,3 @@ /// <reference types="node" /> | ||
export declare class SAXParser { | ||
constructor(strict: boolean, opt: SAXOptions); | ||
constructor(strict: boolean, opt?: SAXOptions); | ||
@@ -50,0 +51,0 @@ // Methods |
{ | ||
"name": "@types/sax", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for sax-js", | ||
@@ -10,2 +10,6 @@ "license": "MIT", | ||
"url": "https://asana.com" | ||
}, | ||
{ | ||
"name": "Evert Pot", | ||
"url": "https://evertpot.com/" | ||
} | ||
@@ -16,3 +20,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -23,5 +27,4 @@ "scripts": {}, | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "713465fe08315af4a8bd953a5046f529167a1a50a47c7b937106d6ed229b55cf", | ||
"typesPublisherContentHash": "0121d9ccdfc553ea13dd9a37cbb0aea634d033ff8c561e117e64e985865e5808", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/sax | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sax | ||
Additional Details | ||
* Last updated: Fri, 17 Feb 2017 21:20:03 GMT | ||
* Last updated: Thu, 21 Jun 2018 00:15:28 GMT | ||
* Dependencies: stream, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Asana <https://asana.com>. | ||
These definitions were written by Asana <https://asana.com>, Evert Pot <https://evertpot.com/>. |
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
4839
80