Socket
Socket
Sign inDemoInstall

ospec

Package Overview
Dependencies
11
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

4.2.0

Diff

Changelog

Source

4.2.0

2023-03-10

  • new API that timetout and race-condition proof. Assertions and spies that run after a test is done are registered as failures. This is opt-in for now, it will become the default in v5 (the old API will become opt-in at that point to ease the transition).
Bug fix
  • Escape percent signs in the report in Node.js, fix #57. Thanks to @LeXofLeviafan for the report.
pygy
published 4.1.7 •

Changelog

Source

4.1.7

2023-01-20

Bug fixes
  • Explicitly exit() the process after all test have passed, to avoid the process hanging due to a dangling setInterval somewhere (by Már Örlygsson, #51).
  • Tweak the CLI test suite to accomodate the new pnpm output on error.
  • Misc repo maintenance
pygy
published 4.1.6 •

Changelog

Source

4.1.6

2022-05-19

  • .deepEquals() now ignores non-enumerable keys. This makes seamless-immutable objects comparable and fixes #24.
pygy
published 4.1.5 •

Changelog

Source

4.1.5

2022-05-19

Bug fix
  • Properly interpolate values when using assertions to tag templages

    o(x).equals(y)`Description that interpolates ${context}`
    

    Will work as expected. This fixes #43

pygy
published 4.1.4 •

Changelog

Source

4.1.4

2022-05-19

Bug fixes
  • Work around a Rollup limitation, fixes #25 Thanks to Ivan Kupalov for the report and preliminary fix.
  • Properly handle objects with a null prototype in .deepEquals assertions. Fixes #41
pygy
published 4.1.3 •

Changelog

Source

4.1.3

Bug fix

2022-05-18

  • Fix post-install crash introduced in v4.1.2
pygy
published 4.1.2-postinstall-experiments •

pygy
published 4.1.2 •

Changelog

Source

4.1.2

Bug fixes

2022-05-17

  • Properly handle ES6 modules in Widows (#30, closes (#35)[https://github.com/MithrilJS/ospec/issues/35]
pygy
published 4.1.1-and-then-some •

pygy
published 4.1.1 •

Changelog

Source

4.1.1

2020-04-07

Bug fixes
  • Fix the runner for Node.js v12 (which parses dynamic import() calls, but rejects the promise)
  • Fix various problems with the tests
23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc