Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/unzipper

Package Overview
Dependencies
Maintainers
1
Versions
19
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.10.6 to 0.10.7

8

unzipper/index.d.ts

@@ -10,4 +10,4 @@ // Type definitions for unzipper 0.10

import { Readable, Stream, PassThrough, Duplex, Transform } from "stream";
import { ClientRequest, RequestOptions } from "http";
import { Duplex, PassThrough, Readable, Stream, Transform } from "stream";

@@ -59,3 +59,3 @@ export interface PullStream extends Duplex {

offset: number,
_password: string
_password: string,
): Entry;

@@ -68,3 +68,3 @@

request: ClientRequest,
opt: string | RequestOptions
opt: string | RequestOptions,
): Promise<CentralDirectory>;

@@ -112,3 +112,3 @@ function s3(client: any, params: any): Promise<CentralDirectory>;

extra: any;
type: 'Directory' | 'File';
type: "Directory" | "File";
comment: string;

@@ -115,0 +115,0 @@ stream: (password?: string) => Entry;

{
"name": "@types/unzipper",
"version": "0.10.6",
"version": "0.10.7",
"description": "TypeScript definitions for unzipper",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unzipper",

},
"typesPublisherContentHash": "735ba4045b106c062b3f7396b01e21eadcd12f05c07e5ede3638d3458ab64aca",
"typesPublisherContentHash": "a3d5ba7a9290a406e71e2a1f217e0d783f5f484a22b9d1da1c3c43eb9d6e84d0",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 08 May 2023 18:32:50 GMT
* Last updated: Wed, 30 Aug 2023 19:35:34 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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