Socket
Socket
Sign inDemoInstall

@sinonjs/referee

Package Overview
Dependencies
37
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134Next

8.0.1

Diff

Changelog

Source

8.0.1

Released on 2021-04-08.

mrgnrdrck
published 8.0.0 •

Changelog

Source

8.0.0

  • 84afaf0 Upgrade linting config (Morgan Roderick)

    This drops support for IE11, legacy Edge and older Safari (pre 10)

    Replace eslint-config-sinon with the new version under a new name @sinonjs/eslint-config. The new package includes the correct versions of all the dependencies to have a working eslint setup in downstream projects.

    See https://github.com/sinonjs/eslint-config/pull/7

Released on 2021-03-12.

mrgnrdrck
published 7.0.0 •

Changelog

Source

7.0.0

  • 2a678f0 Upgrade prettier to 2.x (Morgan Roderick)
    • upgrade eslint-config-prettier
    • upgrade eslint-plugin-prettier
    • run prettier on all JavaScript files
      $(npm bin)/prettier -w -u .`
      

Released on 2020-11-16.

mrgnrdrck
published 6.2.1 •

Changelog

Source

6.2.1

  • f5aaf56 Add package util to improve platform independence (Morgan Roderick)
  • 36ce1fa Use event-emitter instead of node builtin 'events' module (Morgan Roderick)

    This brings us closer to browser compatibility

Released on 2020-11-11.

mantoni
published 6.2.0 •

Changelog

Source

6.2.0

  • 0e9ab9b Adjust documentation for resolves and rejects (Maximilian Antoni)
  • fe4616e Support resolves and rejects without expectation (Maximilian Antoni)
  • 4b21019 Use deepEqual to compare rejected promise value (Maximilian Antoni)
  • b001fed Use deepEqual to compare resolved promise value (Maximilian Antoni)

Released by Maximilian Antoni on 2020-11-07.

mantoni
published 6.1.0 •

Changelog

Source

6.1.0

  • 9ea1198 Allow to skip formatting values in placeholders (Maximilian Antoni)
  • 5bb9567 Drop manual newline escapes in favor of inspect in equals (Maximilian Antoni)

Released by Maximilian Antoni on 2020-10-03.

mrgnrdrck
published 6.0.2 •

Changelog

Source

6.0.2

  • #183 Replace @sinonjs/formatio with util.inspect from NodeJS
  • 86fe254 Add missing test case for actualForMatch (Maximilian Antoni)
  • a02ff67 Fix coverage for define-assertion promise handling (Maximilian Antoni)
  • a0c54a3 Fix coverage for tagName (Maximilian Antoni)
  • b8e18ff Fix tests in node 14 (Maximilian Antoni)
  • 828f839 Drop node 10, add node 14 (Maximilian Antoni)
  • 6944bd2 Fix tests in node 12 (Maximilian Antoni)
  • 14c6903 Prettier (Maximilian Antoni)
  • 0f7a5fe Add support for special array interpolations (Maximilian Antoni)
  • ababcdd Refactor property interpolation (Maximilian Antoni)
  • ed71199 Fix formatting related assertions (Maximilian Antoni)
  • 61f8522 Reinstall dependencies (Maximilian Antoni)
  • 6547c43 Update lib/assertions/is-weak-map.test.js (Morgan Roderick)
  • 53bdcbb
  • dadce5e Add test for isURIError assertion included in API (Morgan Roderick)
  • 7b595df Convert tests for isURIError to unit tests (Morgan Roderick)
  • 3546c9a Add test for isWeakMap assertion included in API (Morgan Roderick)
  • 7094fe0 Convert tests for isWeakMap to unit tests (Morgan Roderick)
  • 2479dc9 Add test for isWeakSet assertion included in API (Morgan Roderick)
  • 060ea31 Convert tests for isWeakSet to unit tests (Morgan Roderick)
  • d579789 Add test for json assertion included in API (Morgan Roderick)
  • 745c9c3 Convert tests for json assertion to unit tests (Morgan Roderick)
  • a501c4a Add test for keys assertion included in API (Morgan Roderick)
  • 8f048a4 Convert tests for keys assertion to unit tests (Morgan Roderick)
  • eb3d756 Add test for less assertion included in API (Morgan Roderick)
  • d9c34d6 Convert tests for less assertion to unit tests (Morgan Roderick)
  • 17cca82 Add test for matchJson assertion included in API (Morgan Roderick)
  • 3c180f5 Convert tests for matchJson assertion to unit tests (Morgan Roderick)
  • dd15901 Add test for keys assertion included in API (Morgan Roderick)
  • 160196c Convert tests for keys assertion to unit tests (Morgan Roderick)
  • a5bfd2e Add test for less assertion included in API (Morgan Roderick)
  • 9f9659c Convert tests for less assertion to unit tests (Morgan Roderick)
  • 60ac699 Add test for matchJson assertion included in API (Morgan Roderick)
  • 9d52c7c Convert tests for matchJson assertion to unit tests (Morgan Roderick)
  • e7f65dc Add test for near assertion included in API (Morgan Roderick)
  • fc649dd Convert tests for near assertion to unit tests (Morgan Roderick)
  • 0825ec3 Add test for rejects assertion included in API (Morgan Roderick)
  • 1c526a8 Convert tests for rejects to unit tests (Morgan Roderick)
  • b8c4eec Add test for resolves assertion included in API (Morgan Roderick)
  • 2b9700f Convert tests for resolves assertion to unit tests (Morgan Roderick)
  • f891374 Add test for same assertion included in API (Morgan Roderick)
  • ef15eee Convert tests for same assertion to unit tests (Morgan Roderick)
  • 727336b Add test for tagName assertion included in API (Morgan Roderick)
  • 0682c81 Convert tests for tagName assertion to unit tests (Morgan Roderick)
  • 593fd3f Add test for isUint8ClampedArray assertion included in API (Morgan Roderick)
  • 72e9d30 Convert test for isUint8ClampedArray to unit tests (Morgan Roderick)
  • 9fdfc2c Add test for match assertion included in API (Morgan Roderick)
  • a235f3f Convert tests for match to unit test (Morgan Roderick)
  • 5b7e628 Add test for isMap assertion in use (Morgan Roderick)
  • c1ea169 Convert tests for isMap to unit test (Morgan Roderick)
  • cb34d2e Remove unused @sinonjs/formatio dependency (Morgan Roderick)
  • dc8d9a6 Replace formatio with node's util.inspect (Morgan Roderick)
  • 91d1f87 Add proxyquire dependency (Morgan Roderick)
  • f5637ce Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot])

Released on 2020-10-02.

mrgnrdrck
published 6.0.1 •

Changelog

Source

6.0.1

  • ed9ca59 Properly stringify objects without prototype (Rens Groothuijsen)

Released on 2020-06-29.

mantoni
published 6.0.0 •

Changelog

Source

6.0.0

  • b83a12e npm audit (Maximilian Antoni)
  • 9c29ff1 test: exclude functions with underscore from public API assertions (Dominykas Blyžė)
  • 3010499 chore: remove dependency on bane (Dominykas Blyžė)
  • af98b83 Fix using a regexp matcher to assert exceptions (Maximilian Antoni)

Released by Maximilian Antoni on 2020-06-16.

mrgnrdrck
published 5.1.0 •

Changelog

Source

5.1.0

  • f7cb8a9 Expose .equals (Morgan Roderick)

    This will make it easier for authors to write custom assertions

Released on 2020-05-27.

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