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

tape

Package Overview
Dependencies
Maintainers
4
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tape - npm Package Compare versions

Comparing version 4.10.1 to 4.10.2

test/todo_single.js

4

index.js

@@ -77,4 +77,2 @@ var defined = require('defined');

var inErrorState = false;
process.on('exit', function (code) {

@@ -124,3 +122,3 @@ // let the process exit cleanly.

st.on('result', function (r) {
if (!r.ok && typeof r !== 'string') test._exitCode = 1
if (!r.todo && !r.ok && typeof r !== 'string') test._exitCode = 1
});

@@ -127,0 +125,0 @@ })(t);

{
"name": "tape",
"version": "4.10.1",
"version": "4.10.2",
"description": "tap-producing test harness for node and browsers",

@@ -16,3 +16,3 @@ "main": "index.js",

"function-bind": "~1.1.1",
"glob": "~7.1.3",
"glob": "~7.1.4",
"has": "~1.0.3",

@@ -22,3 +22,3 @@ "inherits": "~2.0.3",

"object-inspect": "~1.6.0",
"resolve": "~1.10.0",
"resolve": "~1.10.1",
"resumer": "~0.0.0",

@@ -31,5 +31,5 @@ "string.prototype.trim": "~1.1.2",

"eclint": "^2.8.1",
"eslint": "^5.13.0",
"eslint": "^5.16.0",
"falafel": "^2.1.0",
"js-yaml": "^3.12.1",
"js-yaml": "^3.13.1",
"tap": "^8.0.1",

@@ -36,0 +36,0 @@ "tap-parser": "^3.0.5"

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