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

@types/concat-stream

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/concat-stream - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

concat-stream/index.d.ts

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

declare function concat(opts: { encoding: "string" }, cb: (buf: string) => void): Writable;
declare function concat(opts: { encoding: "array" }, cb: (buf: Array<bigint>) => void): Writable;
declare function concat(opts: { encoding: "array" }, cb: (buf: bigint[]) => void): Writable;
declare function concat(opts: { encoding: "uint8array" | "u8" | "uint8" }, cb: (buf: Uint8Array) => void): Writable;

@@ -11,0 +11,0 @@ declare function concat(opts: { encoding: "object" }, cb: (buf: object[]) => void): Writable;

{
"name": "@types/concat-stream",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for concat-stream",

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

},
"typesPublisherContentHash": "669cc45c11666a6c2967303015956f00977f9e8bd6010cae9374be44cb48af09",
"typesPublisherContentHash": "2008174f89c01421d584f115e6974796d5a54056c69104262a4f1ebedfbe422e",
"typeScriptVersion": "4.5"
}

@@ -18,3 +18,3 @@ # Installation

declare function concat(opts: { encoding: "string" }, cb: (buf: string) => void): Writable;
declare function concat(opts: { encoding: "array" }, cb: (buf: Array<bigint>) => void): Writable;
declare function concat(opts: { encoding: "array" }, cb: (buf: bigint[]) => void): Writable;
declare function concat(opts: { encoding: "uint8array" | "u8" | "uint8" }, cb: (buf: Uint8Array) => void): Writable;

@@ -28,3 +28,3 @@ declare function concat(opts: { encoding: "object" }, cb: (buf: object[]) => void): Writable;

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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