Socket
Socket
Sign inDemoInstall

@types/tap

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/tap - npm Package Compare versions

Comparing version 15.0.8 to 15.0.9

10

tap/index.d.ts

@@ -345,3 +345,3 @@ // Type definitions for tap 15.0

found: any,
type: string | (new (...args: any[]) => object),
type: string | (new(...args: any[]) => object),
message?: string,

@@ -512,3 +512,9 @@ extra?: Options.Assert,

*/
spawn(cmd: string, args: string, options?: Options.Bag, name?: string, extra?: Options.Spawn): Promise<void>;
spawn(
cmd: string,
args: string,
options?: Options.Bag,
name?: string,
extra?: Options.Spawn,
): Promise<void>;

@@ -515,0 +521,0 @@ done(): void;

6

tap/package.json
{
"name": "@types/tap",
"version": "15.0.8",
"version": "15.0.9",
"description": "TypeScript definitions for tap",

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

},
"typesPublisherContentHash": "c8802e0239dfa8b6e22f6aaef50f1ae2c39832f3c70ffac6ac8b1858c9bf7f7f",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "dbfe1711d9f1ff99be063f675299f2294fc989ad635fdf8373ce21e8faa5bdad",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 02 Feb 2023 19:32:39 GMT
* Last updated: Tue, 12 Sep 2023 12:34:29 GMT
* Dependencies: [@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