New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cotest

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cotest - npm Package Versions

23

4.0.3

Diff

hugov
published 4.0.2 •

Changelog

Source

[4.0.2] - 2019-02-24

Changed

  • update asserter
hugov
published 4.0.1 •

Changelog

Source

[4.0.1] - 2018-11-04

Added

  • promise
hugov
published 4.0.0 •

Changelog

Source

[4.0.0] - 2018-10-01

Change

  • new test function signature (assert, done) => void
  • cotest no longer variadic
hugov
published 3.0.0 •

Changelog

Source

[3.0.0] - 2017-08-27

Change

  • catch replaced by throws and !throws
  • deprecate only argument (undocumented)
  • moved assertions in external assert-op lib
  • removed calls to node assert and process to allow browser use
hugov
published 2.1.1 •

hugov
published 2.1.0 •

Changelog

Source

[2.1.0] - 2017-03-17

Fixed

  • Added jsdoc comments to avoid function signature warnings in editors
hugov
published 2.0.2 •

Changelog

Source

[2.0.2] - 2017-01-26

Fixed

  • fixed error if first test is test.only

Changed

  • reverted ES6 features back to ES5 for possible future browser version
hugov
published 2.0.1 •

Changelog

Source

[2.0.1] - 2017-01-09

Fixed

  • fixed regression in the summary test total
  • fixed tabulation in multi-line errors
hugov
published 2.0.0 •

Changelog

Source

[2.0.0] - 2017-01-05

Changed

  • reporter to show skipped tests and assertions

Deprecated

  • the only test argument flag (i.e. prefer t.only(name, test) over t(name, test, true))

Added

  • CHANGELOG.md
  • .editorconfig
  • t.only to single-out test(s)
  • t.skip to skip tests or assertions
  • Example in README.md

Fixed

  • reporter for Boolean operator messages
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