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 0.15.33 to 0.15.34

5

archiver/index.d.ts

@@ -28,2 +28,7 @@ // Type definitions for archiver v0.15.0

append(source: FS.ReadStream | Buffer | string, name: nameInterface): void;
directory(dirpath: string, destpath: nameInterface | string): void;
directory(dirpath: string, destpath: nameInterface | string, data: any | Function): void;
bulk(mappings: any): void;
finalize(): void;

@@ -30,0 +35,0 @@ }

5

archiver/package.json
{
"name": "@types/archiver",
"version": "0.15.33",
"version": "0.15.34",
"description": "TypeScript definitions for archiver v0.15.0",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "750dae31f5301723fecb1494c5f3cd037a9b4a98050ba61d6b8c605324b262b2"
"typesPublisherContentHash": "98c0eb470432945bde2792d2a39627d1d133ea2ad1ab2ea5d1055aa66b30d320"
}

2

archiver/README.md

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

Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:22 GMT
* Last updated: Wed, 26 Oct 2016 19:23:24 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: node

@@ -29,3 +29,3 @@ {

"hasPackageJson": false,
"contentHash": "750dae31f5301723fecb1494c5f3cd037a9b4a98050ba61d6b8c605324b262b2"
"contentHash": "98c0eb470432945bde2792d2a39627d1d133ea2ad1ab2ea5d1055aa66b30d320"
}
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