@types/jszip
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -135,2 +135,3 @@ // Type definitions for JSZip 3.1 | ||
createFolders?: boolean; | ||
decodeFileName?(filenameBytes: Uint8Array): string; | ||
} | ||
@@ -137,0 +138,0 @@ } |
{ | ||
"name": "@types/jszip", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "TypeScript definitions for JSZip", | ||
@@ -22,3 +22,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/jszip" | ||
}, | ||
@@ -29,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "b1e1304c8323a9c549e44b2b9754dc849556da4b58b84a56cceb53772ce3747e", | ||
"typesPublisherContentHash": "b39880f7d79a626d32182cc6886711e3db5e4728ace6005cbfd57457fee69d85", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 18:42:17 GMT | ||
* Last updated: Mon, 20 May 2019 21:14:34 GMT | ||
* Dependencies: @types/node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
10765
225