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

@types/archiver

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/archiver - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

archiver/index.d.ts

@@ -93,3 +93,3 @@ // Type definitions for archiver 3.1

on(event: 'error' | 'warning', listener: (error: ArchiverError) => void): this;
on(event: 'data', listener: (data: EntryData) => void): this;
on(event: 'data', listener: (data: Buffer) => void): this;
on(event: 'progress', listener: (progress: ProgressData) => void): this;

@@ -96,0 +96,0 @@ on(event: 'close' | 'drain' | 'finish', listener: () => void): this;

{
"name": "@types/archiver",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript definitions for archiver",

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

},
"typesPublisherContentHash": "76ffad7ad6b4121e08642387720c02328def6ba89284691d5385959debd8775d",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "cdb4c9c6c3c14d5775a7cdb4ee96ae1e16ac2f8e63f8d1a4ea383bb4720b3522",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 25 Feb 2020 19:05:38 GMT
* Last updated: Tue, 29 Sep 2020 06:00:38 GMT
* Dependencies: [@types/glob](https://npmjs.com/package/@types/glob)

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

Sorry, the diff of this file is not supported yet

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