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

@tapjs/core

Package Overview
Dependencies
Maintainers
2
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 0.0.0-10 to 0.0.0-11

8

dist/cjs/base.d.ts

@@ -143,6 +143,8 @@ /**

* True if this test should be buffered, and only processed once
* complete. Used when running tests in parallel, unlikely that there's
* any reason to set this explicitly.
* complete.
*
* @internal
* Defaults to true when `t.jobs` is set to a value greater than 1.
*
* If set false in that case, then the test will NOT be run in parallel,
* so this provides a way to control the parallelism within a test suite.
*/

@@ -149,0 +151,0 @@ buffered?: boolean;

@@ -184,2 +184,3 @@ "use strict";

super.write(message);
this.parser.emit('comment', message.trim());
}

@@ -186,0 +187,0 @@ else {

@@ -143,6 +143,8 @@ /**

* True if this test should be buffered, and only processed once
* complete. Used when running tests in parallel, unlikely that there's
* any reason to set this explicitly.
* complete.
*
* @internal
* Defaults to true when `t.jobs` is set to a value greater than 1.
*
* If set false in that case, then the test will NOT be run in parallel,
* so this provides a way to control the parallelism within a test suite.
*/

@@ -149,0 +151,0 @@ buffered?: boolean;

@@ -155,2 +155,3 @@ import * as stack from '@tapjs/stack';

super.write(message);
this.parser.emit('comment', message.trim());
}

@@ -157,0 +158,0 @@ else {

{
"name": "@tapjs/core",
"version": "0.0.0-10",
"version": "0.0.0-11",
"description": "pluggable core of node-tap",

@@ -49,8 +49,8 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",

"dependencies": {
"@tapjs/processinfo": "^2.5.5",
"@tapjs/processinfo": "^2.5.6",
"@tapjs/stack": "0.0.0-3",
"@tapjs/test": "0.0.0-10",
"@tapjs/test": "0.0.0-11",
"async-hook-domain": "^4.0.1",
"is-actual-promise": "^1.0.0",
"jackspeak": "^2.2.2",
"jackspeak": "^2.2.3",
"minipass": "^7.0.2",

@@ -57,0 +57,0 @@ "signal-exit": "4.1",

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