Socket
Socket
Sign inDemoInstall

@types/tar-stream

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tar-stream - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

28

tar-stream/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for tar-stream 2.2

import stream = require('stream');
import stream = require("stream");

@@ -25,14 +25,14 @@ export type Callback = (err?: Error | null) => any;

type?:
| 'file'
| 'link'
| 'symlink'
| 'character-device'
| 'block-device'
| 'directory'
| 'fifo'
| 'contiguous-file'
| 'pax-header'
| 'pax-global-header'
| 'gnu-long-link-path'
| 'gnu-long-path'
| "file"
| "link"
| "symlink"
| "character-device"
| "block-device"
| "directory"
| "fifo"
| "contiguous-file"
| "pax-header"
| "pax-global-header"
| "gnu-long-link-path"
| "gnu-long-path"
| null

@@ -58,3 +58,3 @@ | undefined;

on(
event: 'entry',
event: "entry",
listener: (headers: Headers, stream: stream.PassThrough, next: (error?: unknown) => void) => void,

@@ -61,0 +61,0 @@ ): this;

{
"name": "@types/tar-stream",
"version": "2.2.2",
"version": "2.2.3",
"description": "TypeScript definitions for tar-stream",

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

},
"typesPublisherContentHash": "23a7dd84bfe9183efdc2f477afe686753d8e702a2b8a0b6ff722d280ccbd0918",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "8a8b572013cc28121b123d4e401079972b1e1be27508a76c488641701c4dbe05",
"typeScriptVersion": "4.3"
}

@@ -20,3 +20,3 @@ # Installation

import stream = require('stream');
import stream = require("stream");

@@ -35,14 +35,14 @@ export type Callback = (err?: Error | null) => any;

type?:
| 'file'
| 'link'
| 'symlink'
| 'character-device'
| 'block-device'
| 'directory'
| 'fifo'
| 'contiguous-file'
| 'pax-header'
| 'pax-global-header'
| 'gnu-long-link-path'
| 'gnu-long-path'
| "file"
| "link"
| "symlink"
| "character-device"
| "block-device"
| "directory"
| "fifo"
| "contiguous-file"
| "pax-header"
| "pax-global-header"
| "gnu-long-link-path"
| "gnu-long-path"
| null

@@ -68,3 +68,3 @@ | undefined;

on(
event: 'entry',
event: "entry",
listener: (headers: Headers, stream: stream.PassThrough, next: (error?: unknown) => void) => void,

@@ -92,3 +92,3 @@ ): this;

### Additional Details
* Last updated: Sun, 17 Oct 2021 15:01:17 GMT
* Last updated: Tue, 12 Sep 2023 12:34:30 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -95,0 +95,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