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 6.1.8 to 6.1.9

9

tar/index.d.ts

@@ -6,2 +6,3 @@ /// <reference types="node" />

import MiniPass = require("minipass");
import fs = require("fs");

@@ -233,3 +234,3 @@ // #region Interfaces

*/
cwd?: string[];
cwd?: string;
/**

@@ -248,3 +249,3 @@ * A path portion to prefix onto the entries in the archive.

*/
filter?(path: string, stat: FileStat): boolean;
filter?(path: string, stat: fs.Stats): boolean;
/**

@@ -431,3 +432,3 @@ * Omit metadata that is system-specific: ctime, atime, uid, gid, uname,

*/
filter?(path: string, stat: FileStat): boolean;
filter?(path: string, stat: fs.Stats): boolean;

@@ -746,3 +747,3 @@ /**

*/
filter?(path: string, stat: FileStat): boolean;
filter?(path: string, stat: fs.Stats): boolean;

@@ -749,0 +750,0 @@ /**

{
"name": "@types/tar",
"version": "6.1.8",
"version": "6.1.9",
"description": "TypeScript definitions for tar",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar",

},
"typesPublisherContentHash": "d4af46825290579135b2132c9dfc1bd4cda6b2bed2c53e398e074cfc5b50722c",
"typesPublisherContentHash": "57421c0bc6a3554f6f686c8c82ee376f57b2d8ce46de5a5049d0d05bff0d3e79",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Fri, 10 Nov 2023 22:24:49 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [minipass](https://npmjs.com/package/minipass)

@@ -14,0 +14,0 @@

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