@types/archiver
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -44,2 +44,4 @@ // Type definitions for archiver 2.1 | ||
data: any; | ||
path?: any; | ||
constructor(code: string, data: any); | ||
@@ -46,0 +48,0 @@ } |
{ | ||
"name": "@types/archiver", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "TypeScript definitions for archiver", | ||
@@ -23,5 +23,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/archiver" | ||
}, | ||
@@ -32,4 +34,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "05f66fc4d7ff85eef9545b6bb8389f87e32dd0eee657c5afdbc076243fb8bca3", | ||
"typesPublisherContentHash": "778f296155f11bc16f99c5bac85312b1b53d951fea260f1a6f326bba970bd2af", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for archiver (https://github.com/archiverjs/node-archiver). | ||
This package contains type definitions for archiver ( https://github.com/archiverjs/node-archiver ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Sat, 30 Jun 2018 02:47:51 GMT | ||
* Dependencies: fs, stream, glob, zlib | ||
* Last updated: Wed, 20 Mar 2019 22:52:06 GMT | ||
* Dependencies: @types/glob | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
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
6344
84