@types/extract-zip
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -11,3 +11,3 @@ // Type definitions for extract-zip 1.6 | ||
defaultFileMode?: number; | ||
onEntry?: (entry: any, zipfile: any) => void; | ||
onEntry?(entry: any, zipfile: any): void; | ||
} | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@types/extract-zip", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "TypeScript definitions for extract-zip", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0680232b76f42c31e168711955c2621de2d8083f36763ecb3584ee43df4517be", | ||
"typesPublisherContentHash": "a849851cb3280f12c3c1d9200790f6520c718ff3590856a75c131f407b39dd0d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/extract-zip | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/extract-zip | ||
Additional Details | ||
* Last updated: Fri, 24 Mar 2017 15:49:51 GMT | ||
* Last updated: Fri, 31 Mar 2017 19:23:23 GMT | ||
* Dependencies: none | ||
@@ -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
1727