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

tape

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tape - npm Package Versions

1
16

4.14.0

Diff

Changelog

Source

v4.14.0 - 2021-07-27

Merged

  • [New] add .teardown() on t instances #546
  • [readme] add tape-describe to 'other' section #523

Fixed

  • [New] add .teardown() on t instances (#546) #531
  • [readme] add tape-describe to 'other' section (#523) #522

Commits

  • [Tests] make stripFullStack output an array of lines, for better failure messages f299759
  • [eslint] fully enable @ljharb eslint config 836610d
  • [actions] use node/install instead of node/run; use codecov action 46aff81
  • [readme] improve t.throws documentation b36f816
  • [Refactor] avoid reassigning arguments 5c4052f
  • [Tests] add test case for #519 for test.comment() in createStream/objectMode context 1700642
  • [Refactor] use call-bind/callBound instead of function-bind directly 967b73f
  • [readme] Another way to create custom reporters d81f9f6
  • [meta] do not publish github action workflow files 6bb3496
  • [Refactor] remove unused line, unneeded var initialization; add missing new da0cdf1
  • [Refactor] remove use of legacy exports a04439c
  • [Deps] update glob, is-regex, object-inspect, resolve, string.prototype.trim 6e71e6e
  • [eslint] remove useless regex escapes 1515ff4
  • [readme] remove travis badge; add actions and codecov badges 57a7cc9
  • [meta] run aud in posttest 3907aa5
  • [Refactor] generalize error message from calling .end more than once da8ca46
  • [Tests] handle stack differences in node 15 b7b01ec
  • [Deps] update is-regex, object-inspect, string.prototype.trim e344080
  • [New] Include name of test in log when test times out (#524) 78b4d98
  • [Refactor] Avoid setting message property on primitives; use strict mode to catch this 9dfb680
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+ c3d434d
  • [meta] ensure not-in-publish‘s absence does not fail anything 2a0619d
  • [readme] remove long-dead testling-ci badge 1461611
  • [Tests] ensure bin/tape is linted faa51b5
  • [Dev Deps] update eslint fad6165
  • [Dev Deps] update eslint 79a0f4b
  • [Tests] exclude examples from coverage 283f537
ljharb
published 5.3.0 •

Changelog

Source

v5.3.0 - 2021-07-26

Commits

  • [eslint] fully enable @ljharb eslint config 9d3c5b4
  • [New] Use import() on esm files in supported node versions 28d6e51
  • [eslint] fully enable @ljharb eslint config ae8b5c0
  • [eslint] enable no-shadow f0756f3
  • [eslint] enable curly, object-curly-spacing, object-curly-newline e9b75e1
  • [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape e6d2faf
  • [eslint] enable function-paren-newline, function-call-argument-newline ae6de0c
  • [actions] use node/install instead of node/run; use codecov action 5a6de66
  • [eslint] enable wrap-regex 7dcbd76
  • [Refactor] add names to Test.prototype functions 077a108
  • [eslint] enable comma-spacing 4acf1f2
  • [eslint] update no-redeclare b03d4c8
  • [eslint] enable brace-style 06eba07
  • [eslint] enable no-unused-vars 2ebd23a
  • [eslint] enable consistent-return fb4e3cf
  • [Refactor] avoid reassigning arguments 8a0ab53
  • [eslint] enable semi-style 5f8afc9
  • [readme] Another way to create custom reporters a68277c
  • [eslint] enable no-extra-parens a08dc34
  • [eslint] enable no-multi-spaces, no-multiple-empty-lines, space-in-parens be1eb21
  • [Refactor] bin/tape: separate "preparing of files list" from "require files list" 021fa6d
  • [Refactor] remove unused line, unneeded var initialization; add missing new da45ae6
  • [eslint] enable no-lonely-if 771f3dd
  • [eslint] enable space-infix-ops 233ffc6
  • [Refactor] remove use of legacy exports c332d62
  • [eslint] enable wrap-iife 428636c
  • [Docs] correct docs for t.teardown c4a4992
  • [readme] remove travis badge; add actions and codecov badges 900f823
  • [eslint] enable no-extra-semi 1af8f52
  • [Deps] update glob, is-regex, object-inspect e211546
  • [eslint] enable no-regex-spaces ef0069a
  • [Dev Deps] update aud, eslint 00a98d3
  • [Deps] update object-inspect 9bbf270
  • [Dev Deps] update eslint 57b659f
  • [Dev Deps] update eslint e628b23
  • [meta] ensure not-in-publish‘s absence does not fail anything fb3a243
  • [Deps] update object-inspect 771c8c4
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+ 379115d
  • [Tests] exclude examples from coverage 75decb3
ljharb
published 5.2.2 •

Changelog

Source

v5.2.2 - 2021-03-03

Commits

  • [Fix] proper exit behavior in node v0.6 3f94e68
ljharb
published 5.2.1 •

Changelog

Source

v5.2.1 - 2021-02-27

Fixed

  • [Fix] t.teardown(): ensure callback is only called once #551

Commits

  • [Deps] update object-is, string.prototype.trim b497ead
ljharb
published 5.2.0 •

Changelog

Source

v5.2.0 - 2021-02-20

Fixed

  • [New] add .teardown() on t instances #531
  • [readme] improve t.throws/t.doesNotThrow documentation #540

Commits

  • [readme] improve t.throws documentation 94220ba
  • [Tests] exclude node v0.6, for now 3c05a87
  • [Deps] update is-regex, resolve 8c52d12
  • [Dev Deps] update eslint, aud f847c85
  • [Deps] update call-bind ce0b1ad
  • [Dev Deps] update eslint 83f1eec
ljharb
published 5.1.1 •

Changelog

Source

v5.1.1 - 2021-01-04

Commits

  • [Tests] make stripFullStack output an array of lines, for better failure messages 0743333
  • [Tests] migrate tests to Github Actions 266bc66
  • [Fix] preserve stack traces for returned Promises (async/await) d505cdf
  • [readme] Document unexpected t.end() behavior b505c4c
  • [Tests] add timeoutAfter test with Promises e8255cf
  • [readme] improve method docs df5a124
  • [Robustness] cache and call-bind more prototype methods 8e60dcb
  • [Tests] add npm run test:example to test non-failing examples. 4210e44
  • [eslint] fix some inconsistencies 7ca56eb
  • [eslint] ensure no trailing commas 04da90b
  • [meta] add Automatic Rebase and Require Allow Edits workflows 6d72960
  • [Tests] run nyc on all tests 5ec21aa
  • [Refactor] use call-bind/callBound instead of function-bind directly b19da31
  • [meta] do not publish github action workflow files 82c3904
  • [Tests] skip Promise tests when Promises are not available 688256a
  • [meta] run aud in posttest b9bec0e
  • [readme] Added tabe into reporter list 7aff9e4
ljharb
published 5.1.0 •

Changelog

Source

v5.1.0 - 2020-12-29

Fixed

  • [readme] add tape-describe to 'other' section #522

Commits

  • [Tests] add test case for #519 for test.comment() in createStream/objectMode context 40ec79a
  • [Deps] update deep-equal, object-inspect, object-is, object.assign, resolve, string.prototype.trim 434f615
  • [Deps] update deep-equal, is-regex, object-inspect, object-is, object.assign, string.prototype.trim df23eda
  • [eslint] remove useless regex escapes 3554d4b
  • [readme] document Promise support; remove Promise-related alternatives 4665d63
  • [Tests] handle stack differences in node 15 1ac9ecf
  • [New] Include name of test in log when test times out e142c29
  • [Dev Deps] update eslint, js-yaml 7574152
  • [Dev Deps] update eslint c6772d1
  • [Dev Deps] update eslint 5b7720a
  • [Deps] update resolve 898302b
ljharb
published 5.0.1 •

Changelog

Source

v5.0.1 - 2020-05-24

Merged

  • [Fix] createStream: result payload is not always an object #519
  • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario #516
  • [Tests] Fix simple typo, placehodler -> placeholder #500

Fixed

  • [Fix] createStream: result payload is not always an object #519
  • [Fix] createStream: result payload is not always an object (#519) #519
  • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) #515
  • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario #515

Commits

  • Merge tag 'v4.13.3' b7af113
  • [Dev Deps] update eslint, falafel, js-yaml 9676a21
  • [Deps] update minimist, resolve 8887189
  • [Dev Deps] update eslint c421eb3
  • [readme] add tape-repeater (#511) 33712e2
  • [readme] add tape-repeater 0b5804d
  • [examples] add ecstatic 9b87675
  • [readme] Add link to tape-player (in-process reporter) (#496) bc1334b
  • [Docs] add an optional emoji version for tap-spec consumer (#501) 6326dc6
ljharb
published 4.13.3 •

Changelog

Source

v4.13.3 - 2020-05-24

Merged

  • [Fix] createStream: result payload is not always an object #519
  • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario #516
  • [Tests] Fix simple typo, placehodler -> placeholder #500

Fixed

  • [Fix] createStream: result payload is not always an object (#519) #519
  • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) #515

Commits

  • [Dev Deps] update eslint, falafel, js-yaml 9676a21
  • [Deps] update minimist, resolve 8887189
  • [readme] add tape-repeater (#511) 33712e2
  • [examples] add ecstatic 9b87675
  • [readme] Add link to tape-player (in-process reporter) (#496) bc1334b
  • [Docs] add an optional emoji version for tap-spec consumer (#501) 6326dc6
ljharb
published 5.0.0 •

Changelog

Source

v5.0.0 - 2020-04-24

Commits

  • [Deps] update deep-equal, minimist, object-is, resolve 6fd0691
  • [Breaking] remove full "lib" export; replace with explicit exports 3bb97f1
  • [Dev Deps] update falafel f24491d
  • [Tests] Fix simple typo, placehodler -> placeholder 8ba3668
  • [examples] add ecstatic d021e9d
  • [readme] Add link to tape-player (in-process reporter) 5b9c442
  • [Docs] add an optional emoji version for tap-spec consumer f5d0899
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