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.10.10 to 0.10.11

6

unzipper/index.d.ts

@@ -63,2 +63,8 @@ /// <reference types="node" />

function s3_v3(client: any, params: any): Promise<CentralDirectory>;
function custom(
source: {
size: () => Promise<number>;
stream: (offset: number, length: number) => Readable;
},
): Promise<CentralDirectory>;
}

@@ -65,0 +71,0 @@

7

unzipper/package.json
{
"name": "@types/unzipper",
"version": "0.10.10",
"version": "0.10.11",
"description": "TypeScript definitions for unzipper",

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

},
"typesPublisherContentHash": "d2eca5ce4b145f92c89619ef1237c2393a1ab17bbbf48a3c5057e09548e17bdf",
"typeScriptVersion": "4.8"
"peerDependencies": {},
"typesPublisherContentHash": "7412f33ee3fbe532f1ae06c8958ef493820d6cde131f124c0e0484f57b3fb6e0",
"typeScriptVersion": "5.0"
}

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

### Additional Details
* Last updated: Tue, 06 Aug 2024 22:07:30 GMT
* Last updated: Fri, 28 Feb 2025 17:33:47 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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