Socket
Socket
Sign inDemoInstall

@tapjs/core

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/core - npm Package Compare versions

Comparing version 2.1.6 to 3.0.0

2

dist/commonjs/base.d.ts

@@ -6,4 +6,2 @@ /**

*/
/// <reference types="node" />
/// <reference types="node" />
import { Domain } from 'async-hook-domain';

@@ -10,0 +8,0 @@ import { AsyncResource } from 'async_hooks';

2

dist/commonjs/parse-test-args.d.ts

@@ -19,3 +19,3 @@ import type { Base, BaseOpts } from './base.js';

*/
export declare const parseTestArgs: <T extends Base<import("./base.js").TapBaseEvents>, O extends Opts = Opts>(...args: TestArgs<T, O>) => O;
export declare const parseTestArgs: <T extends Base, O extends Opts = Opts>(...args: TestArgs<T, O>) => O;
//# sourceMappingURL=parse-test-args.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="node" />
/**

@@ -3,0 +2,0 @@ * grab some basic process stuff safely at startup

@@ -1,4 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { Base, TapBaseEvents } from './base.js';

@@ -5,0 +2,0 @@ import { WithExternalID } from '@tapjs/processinfo';

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import { Minipass } from 'minipass';

@@ -4,0 +2,0 @@ import { BaseOpts } from './base.js';

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
/**

@@ -4,0 +2,0 @@ * This is not very useful in many cases outside of the tap runner itself,

@@ -1,2 +0,1 @@

/// <reference types="node" />
/**

@@ -3,0 +2,0 @@ * The root TAP object singleton, the `t` you get when you

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import type { Test } from '@tapjs/test';

@@ -4,0 +2,0 @@ import { Minipass } from 'minipass';

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import { Base, TapBaseEvents } from './base.js';

@@ -4,0 +2,0 @@ import { Worker as NodeWorker } from 'node:worker_threads';

@@ -6,4 +6,2 @@ /**

*/
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import { Domain } from 'async-hook-domain';

@@ -10,0 +8,0 @@ import { AsyncResource } from 'async_hooks';

@@ -19,3 +19,3 @@ import type { Base, BaseOpts } from './base.js';

*/
export declare const parseTestArgs: <T extends Base<import("./base.js").TapBaseEvents>, O extends Opts = Opts>(...args: TestArgs<T, O>) => O;
export declare const parseTestArgs: <T extends Base, O extends Opts = Opts>(...args: TestArgs<T, O>) => O;
//# sourceMappingURL=parse-test-args.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/**

@@ -3,0 +2,0 @@ * grab some basic process stuff safely at startup

@@ -1,4 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import { Base, TapBaseEvents } from './base.js';

@@ -5,0 +2,0 @@ import { WithExternalID } from '@tapjs/processinfo';

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import { Minipass } from 'minipass';

@@ -4,0 +2,0 @@ import { BaseOpts } from './base.js';

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
/**

@@ -4,0 +2,0 @@ * This is not very useful in many cases outside of the tap runner itself,

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/**

@@ -3,0 +2,0 @@ * The root TAP object singleton, the `t` you get when you

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import type { Test } from '@tapjs/test';

@@ -4,0 +2,0 @@ import { Minipass } from 'minipass';

@@ -1,3 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import { Base, TapBaseEvents } from './base.js';

@@ -4,0 +2,0 @@ import { Worker as NodeWorker } from 'node:worker_threads';

{
"name": "@tapjs/core",
"version": "2.1.6",
"version": "3.0.0",
"description": "pluggable core of node-tap",

@@ -20,2 +20,3 @@ "tshy": {

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -25,2 +26,3 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -32,2 +34,3 @@ "default": "./dist/commonjs/index.js"

"import": {
"source": "./src/proc.ts",
"types": "./dist/esm/proc.d.ts",

@@ -37,2 +40,3 @@ "default": "./dist/esm/proc.js"

"require": {
"source": "./src/proc.ts",
"types": "./dist/commonjs/proc.d.ts",

@@ -59,4 +63,4 @@ "default": "./dist/commonjs/proc.js"

"@tapjs/processinfo": "^3.1.8",
"@tapjs/stack": "2.0.1",
"@tapjs/test": "2.2.4",
"@tapjs/stack": "3.0.0",
"@tapjs/test": "3.0.0",
"async-hook-domain": "^4.0.1",

@@ -67,5 +71,5 @@ "diff": "^5.2.0",

"signal-exit": "4.1",
"tap-parser": "16.0.1",
"tap-yaml": "2.2.2",
"tcompare": "7.0.1",
"tap-parser": "17.0.0",
"tap-yaml": "3.0.0",
"tcompare": "8.0.0",
"trivial-deferred": "^2.0.0"

@@ -81,4 +85,4 @@ },

"engines": {
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20"
"node": ">= 18.6.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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