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

chai

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

2

lib/chai.js

@@ -14,3 +14,3 @@ /*!

exports.version = '3.4.0';
exports.version = '3.4.1';

@@ -17,0 +17,0 @@ /*!

@@ -91,4 +91,4 @@ /*!

* @param {Philosophical} expression to be tested
* @param {String or Function} message or function that returns message to display if expression fails
* @param {String or Function} negatedMessage or function that returns negatedMessage to display if negated expression fails
* @param {String|Function} message or function that returns message to display if expression fails
* @param {String|Function} negatedMessage or function that returns negatedMessage to display if negated expression fails
* @param {Mixed} expected value (remember to check for negation)

@@ -95,0 +95,0 @@ * @param {Mixed} actual (optional) will default to `this.obj`

@@ -1114,3 +1114,3 @@ /*!

* @alias key
* @param {String...|Array|Object} keys
* @param {...String|Array|Object} keys
* @api public

@@ -1218,3 +1218,2 @@ */

* expect(fn).to.throw(err);
* expect(fn).to.not.throw(new RangeError('Out of range.'));
*

@@ -1221,0 +1220,0 @@ * Please note that when a throw expectation is negated, it will check each

@@ -20,3 +20,3 @@ {

],
"version": "3.4.0",
"version": "3.4.1",
"repository": {

@@ -23,0 +23,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

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