Socket
Socket
Sign inDemoInstall

@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 2.0.1 to 2.1.0

4

dist/commonjs/base.d.ts

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

/**
* treat only:true tests as failures, default false
*/
failOnly?: boolean;
/**
* The amount of time that this test took to complete.

@@ -97,0 +101,0 @@ *

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

'failSkip',
'failOnly',
'diagnostic',

@@ -414,2 +415,7 @@ ];

}
if (extra.only && this.options.failOnly) {
extra.failedOnly = 'only:true tests not allowed';
delete extra.only;
ok = false;
}
const diagnostic = typeof extra.diagnostic === 'boolean' ? extra.diagnostic

@@ -416,0 +422,0 @@ : typeof this.diagnostic === 'boolean' ? this.diagnostic

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

/**
* treat only:true tests as failures, default false
*/
failOnly?: boolean;
/**
* The amount of time that this test took to complete.

@@ -97,0 +101,0 @@ *

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

'failSkip',
'failOnly',
'diagnostic',

@@ -385,2 +386,7 @@ ];

}
if (extra.only && this.options.failOnly) {
extra.failedOnly = 'only:true tests not allowed';
delete extra.only;
ok = false;
}
const diagnostic = typeof extra.diagnostic === 'boolean' ? extra.diagnostic

@@ -387,0 +393,0 @@ : typeof this.diagnostic === 'boolean' ? this.diagnostic

6

package.json
{
"name": "@tapjs/core",
"version": "2.0.1",
"version": "2.1.0",
"description": "pluggable core of node-tap",

@@ -54,5 +54,5 @@ "tshy": {

"dependencies": {
"@tapjs/processinfo": "^3.1.7",
"@tapjs/processinfo": "^3.1.8",
"@tapjs/stack": "2.0.1",
"@tapjs/test": "2.0.1",
"@tapjs/test": "2.1.0",
"async-hook-domain": "^4.0.1",

@@ -59,0 +59,0 @@ "diff": "^5.2.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

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