Socket
Socket
Sign inDemoInstall

tape

Package Overview
Dependencies
Maintainers
3
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 5.6.5 to 5.6.6

2

index.js

@@ -7,3 +7,3 @@ 'use strict';

var createResult = require('./lib/results');
var through = require('through');
var through = require('@ljharb/through');

@@ -10,0 +10,0 @@ var canEmitExit = typeof process !== 'undefined' && process

'use strict';
var through = require('through');
var through = require('@ljharb/through');
var fs = require('fs');

@@ -5,0 +5,0 @@

@@ -6,4 +6,4 @@ 'use strict';

var inherits = require('inherits');
var through = require('through');
var resumer = require('resumer');
var through = require('@ljharb/through');
var resumer = require('@ljharb/resumer');
var inspect = require('object-inspect');

@@ -10,0 +10,0 @@ var callBound = require('call-bind/callBound');

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

@@ -28,2 +28,4 @@ "main": "index.js",

"dependencies": {
"@ljharb/resumer": "^0.0.1",
"@ljharb/through": "^2.3.9",
"array.prototype.every": "^1.1.4",

@@ -47,5 +49,3 @@ "call-bind": "^1.0.2",

"resolve": "^2.0.0-next.4",
"resumer": "^0.0.0",
"string.prototype.trim": "^1.2.7",
"through": "^2.3.8"
"string.prototype.trim": "^1.2.7"
},

@@ -52,0 +52,0 @@ "devDependencies": {

@@ -6,3 +6,3 @@ 'use strict';

var forEach = require('for-each');
var through = require('through');
var through = require('@ljharb/through');

@@ -9,0 +9,0 @@ tap.test('object results', function (assert) {

@@ -5,3 +5,3 @@ 'use strict';

var tape = require('../');
var through = require('through');
var through = require('@ljharb/through');

@@ -8,0 +8,0 @@ tap.test('test.comment() in objectMode', function (assert) {

Sorry, the diff of this file is too big to display

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