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

assert-expect

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-expect - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "assert-expect",
"version": "1.0.2",
"version": "1.0.3",
"description": "exposes qunit-style assert.expect",

@@ -5,0 +5,0 @@ "author": "Thomas Hallock - 1stdibs.com, Inc.",

@@ -16,3 +16,3 @@ # assert-expect

assert(true);
assert.finished(); // throws exception because only 2 asserts were expected.
assert.finished(); // throws exception because 2 asserts were expected, but three were made.
```
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