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

@types/tar

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tar - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

tar/index.d.ts

@@ -719,3 +719,3 @@ // Type definitions for tar 4.0

*/
export function list(options?: ListOptions, fileList?: ReadonlyArray<string>, callback?: (err?: Error) => void): stream.Writable;
export function list(options?: ListOptions & FileOptions, fileList?: ReadonlyArray<string>, callback?: (err?: Error) => void): stream.Writable;

@@ -722,0 +722,0 @@ /**

{
"name": "@types/tar",
"version": "4.0.3",
"version": "4.0.4",
"description": "TypeScript definitions for tar",

@@ -19,3 +19,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -31,4 +31,4 @@ "type": "git",

},
"typesPublisherContentHash": "3153dd22505c6c845ae3b160de2304faee264aedd2b4b10af8894c76a3d80a02",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "30d331e61e5cf0331015727fdf7fd167e90c67d9c6f2edcb26a0aab9a4f4dd92",
"typeScriptVersion": "3.2"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar.
Additional Details
* Last updated: Wed, 10 Jul 2019 00:30:51 GMT
* Dependencies: @types/minipass, @types/node
### Additional Details
* Last updated: Wed, 18 Nov 2020 00:19:43 GMT
* Dependencies: [@types/minipass](https://npmjs.com/package/@types/minipass), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, and Connor Peet <https://github.com/connor4312>.
These definitions were written by [Maxime LUCE](https://github.com/SomaticIT), and [Connor Peet](https://github.com/connor4312).

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