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.1 to 0.10.2

2

unzipper/index.d.ts

@@ -126,3 +126,3 @@ // Type definitions for unzipper 0.10

export function Parse(opts?: ParseOptions): ParseStream;
export function ParseOne(match: RegExp, opts: ParseOptions): Duplex;
export function ParseOne(match?: RegExp, opts?: ParseOptions): Duplex;
export function Extract(opts?: ParseOptions): ParseStream;
{
"name": "@types/unzipper",
"version": "0.10.1",
"version": "0.10.2",
"description": "TypeScript definitions for unzipper",

@@ -39,4 +39,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "4a38f27622e8292478a69a6643de8b3e04ec290e4b609584c1192c50fbcd37e6",
"typesPublisherContentHash": "31c890b557769278bd6150c4da334fb89a72bb259a2246df8f68ad9fab736094",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Tue, 12 Nov 2019 19:53:39 GMT
* Last updated: Thu, 13 Feb 2020 23:34:47 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