New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.3 to 3.0.0

5

archiver/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for archiver 2.1
// Type definitions for archiver 3.0.0
// Project: https://github.com/archiverjs/node-archiver

@@ -57,3 +57,3 @@ // Definitions by: Esri <https://github.com/archiverjs/node-archiver>, Dolan Miu <https://github.com/dolanmiu>, Crevil <https://github.com/crevil>

glob(pattern: string, options?: glob.IOptions, data?: EntryData): this;
finalize(): void;
finalize(): Promise<void>;

@@ -73,2 +73,3 @@ setFormat(format: string): this;

on(event: 'pipe' | 'unpipe', listener: (src: stream.Readable) => void): this;
on(event: 'entry', listener: (entry: EntryData) => void): this;
on(event: string, listener: (...args: any[]) => void): this;

@@ -75,0 +76,0 @@ }

4

archiver/package.json
{
"name": "@types/archiver",
"version": "2.1.3",
"version": "3.0.0",
"description": "TypeScript definitions for archiver",

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

},
"typesPublisherContentHash": "778f296155f11bc16f99c5bac85312b1b53d951fea260f1a6f326bba970bd2af",
"typesPublisherContentHash": "53c5e70d94cd8c974a625ebbf16a7bbb5bd4999c5006d515710b99fd04ea9501",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 20 Mar 2019 22:52:06 GMT
* Last updated: Mon, 20 May 2019 17:25:06 GMT
* Dependencies: @types/glob

@@ -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