New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/unzipper

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/unzipper - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

11

unzipper/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for unzipper 0.8

// Nate <https://github.com/natemara>
// Bart <https://github.com/bartje321>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -53,3 +54,3 @@ // TypeScript Version: 2.2

stream: Readable;
size: Promise<number>;
size: () => Promise<number>;
},

@@ -61,8 +62,8 @@ offset: number,

export namespace Open {
function file(filename: string): CentralDirectory;
function file(filename: string): Promise<CentralDirectory>;
function url(
request: ClientRequest,
opt: string | RequestOptions
): CentralDirectory;
function s3(client: any, params: any): CentralDirectory;
): Promise<CentralDirectory>;
function s3(client: any, params: any): Promise<CentralDirectory>;
}

@@ -103,3 +104,3 @@

stream: Entry;
buffer: Promise<Buffer>;
buffer: () => Promise<Buffer>;
}

@@ -106,0 +107,0 @@ ];

{
"name": "@types/unzipper",
"version": "0.8.2",
"version": "0.8.3",
"description": "TypeScript definitions for unzipper",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "natemara"
},
{
"name": "Bart",
"url": "https://github.com/bartje321",
"githubUsername": "bartje321"
}

@@ -22,10 +27,8 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "0c78afda07f5f90492737e6db6109f6526f1012f37a98922652856d5f79d1897",
"dependencies": {},
"typesPublisherContentHash": "9d121bf56c00e23565ee0821671ca0b8f62ccf9e9e10f649380cbadc1b2aff4c",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/unzipper
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unzipper
Additional Details
* Last updated: Sat, 12 May 2018 01:01:37 GMT
* Last updated: Thu, 31 May 2018 22:12:33 GMT
* Dependencies: stream, http, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by s73obrien <https://github.com/s73obrien>, Nate <https://github.com/natemara>.
These definitions were written by s73obrien <https://github.com/s73obrien>, Nate <https://github.com/natemara>, Bart <https://github.com/bartje321>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc