Socket
Socket
Sign inDemoInstall

@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.4 to 6.1.5

18

tar/index.d.ts

@@ -399,6 +399,6 @@ // Type definitions for tar 6.1

/**
* A function that will get called with (message, data)
* for any warnings encountered.
* A function that will get called with (code, message, data) for any
* warnings encountered. (See "Warnings and Errors")
*/
onwarn?(message: string, data: Buffer): void;
onwarn?(code: string, message: string, data: Buffer): void;

@@ -495,6 +495,6 @@ /**

/**
* A function that will get called with (message, data)
* for any warnings encountered.
* A function that will get called with (code, message, data) for any
* warnings encountered. (See "Warnings and Errors")
*/
onwarn?(message: string, data: Buffer): void;
onwarn?(code: string, message: string, data: Buffer): void;

@@ -714,6 +714,6 @@ /**

/**
* A function that will get called with (message, data)
* for any warnings encountered.
* A function that will get called with (code, message, data) for any
* warnings encountered. (See "Warnings and Errors")
*/
onwarn?(message: string, data: Buffer): void;
onwarn?(code: string, message: string, data: Buffer): void;

@@ -720,0 +720,0 @@ /**

{
"name": "@types/tar",
"version": "6.1.4",
"version": "6.1.5",
"description": "TypeScript definitions for tar",

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

},
"typesPublisherContentHash": "e903d71c2ec53ea8e04cbb1125f7386388c26c9152c68db383d78496fa362b97",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "e0e9c306b0a501a7d753543d5a95ddc55bef6a6be7f2423a03ba6f5de5adaf26",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 16 Feb 2023 06:02:34 GMT
* Last updated: Tue, 09 May 2023 22:02:56 GMT
* Dependencies: [@types/minipass](https://npmjs.com/package/@types/minipass), [@types/node](https://npmjs.com/package/@types/node)

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