Socket
Socket
Sign inDemoInstall

chai

Package Overview
Dependencies
Maintainers
2
Versions
96
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 4.3.7 to 4.3.9

8

CONTRIBUTING.md

@@ -24,3 +24,2 @@ # Chai Contribution Guidelines

- Issue reports should be **clear**, **concise** and **reproducible**. Check to see if your issue has already been resolved in the [master]() branch or already reported in Chai's [GitHub Issue Tracker](https://github.com/chaijs/chai/issues).
- Pull Requests must adhere to strict [coding style guidelines](https://github.com/chaijs/chai/wiki/Chai-Coding-Style-Guide).
- In general, avoid submitting PRs for new Assertions without asking core contributors first. More than likely it would be better implemented as a plugin.

@@ -95,3 +94,3 @@ - Additional support is available via the [Google Group](http://groups.google.com/group/chaijs) or on irc.freenode.net#chaijs.

Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.) and any other requirements (such as test coverage). Please review the [Chai.js Coding Style Guide](https://github.com/chaijs/chai/wiki/Chai-Coding-Style-Guide).
Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.) and any other requirements (such as test coverage).

@@ -190,7 +189,2 @@ Follow this process if you'd like your work considered for inclusion in the project:

Alternatively, the [wiki](https://github.com/chaijs/chai/wiki) might be what you are looking for.
- [Chai Coding Style Guide](https://github.com/chaijs/chai/wiki/Chai-Coding-Style-Guide)
- [Third-party Resources](https://github.com/chaijs/chai/wiki/Third-Party-Resources)
Or finally, you may find a core-contributor or like-minded developer in any of our support channels.

@@ -197,0 +191,0 @@

2

History.md
### Note
As of 3.0.0, the History.md file has been deprecated. [Please refer to the full
commit logs available on GitHub](https://github.com/chaijs/chai/commits/master).
commit logs available on GitHub](https://github.com/chaijs/chai/commits).

@@ -6,0 +6,0 @@ ---

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

exports.version = '4.3.3';
exports.version = '4.3.8';

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

@@ -22,2 +22,3 @@ /*!

* @param {Mixed} javascript object to inspect
* @returns {string} stringified object
* @name objDisplay

@@ -24,0 +25,0 @@ * @namespace Utils

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

*
* Test and object for expression.
* Test an object for expression.
*

@@ -19,0 +19,0 @@ * @param {Object} object (constructed Assertion)

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

],
"version": "4.3.7",
"version": "4.3.9",
"repository": {

@@ -45,3 +45,3 @@ "type": "git",

"assertion-error": "^1.1.0",
"check-error": "^1.0.2",
"check-error": "^1.0.3",
"deep-eql": "^4.1.2",

@@ -48,0 +48,0 @@ "get-func-name": "^2.0.0",

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