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

chai

Package Overview
Dependencies
Maintainers
1
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 1.0.2 to 1.0.3

8

History.md
1.0.3 / 2012-05-27
==================
* Point Travis badge to the right place.
* Make error message for eql/deep.equal more clear.
* Fix .not.deep.equal.
* contributors list
1.0.2 / 2012-05-26

@@ -3,0 +11,0 @@ ==================

6

lib/assertion.js

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

if (flag(this, 'deep')) {
new Assertion(obj).to.eql(val);
return this.eql(val);
} else {

@@ -546,4 +546,4 @@ this.assert(

util.eql(obj, flag(this, 'object'))
, 'expected #{this} to equal #{exp}'
, 'expected #{this} to not equal #{exp}'
, 'expected #{this} to deeply equal #{exp}'
, 'expected #{this} to not deeply equal #{exp}'
, obj );

@@ -550,0 +550,0 @@

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

exports.version = '1.0.2';
exports.version = '1.0.3';

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

@@ -14,3 +14,3 @@ {

],
"version": "1.0.2",
"version": "1.0.3",
"repository": {

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

@@ -1,2 +0,2 @@

[![Build Status](https://secure.travis-ci.org/logicalparadox/chai.png)](http://travis-ci.org/logicalparadox/chai)
[![Build Status](https://secure.travis-ci.org/chaijs/chai.png)](http://travis-ci.org/chaijs/chai)

@@ -12,15 +12,14 @@ [![Chai Documentation](http://chaijs.com/public/img/chai-logo.png)](http://chaijs.com)

commits: 450
files : 41
commits: 466
files : 44
authors:
333 Jake Luer 74.0%
66 Veselin Todorov 14.7%
18 domenic 4.0%
7 Domenic Denicola 1.6%
340 Jake Luer 73.0%
66 Veselin Todorov 14.2%
34 Domenic Denicola 7.3%
5 Jo Liss 1.1%
5 Juliusz Gonera 1.1%
5 Jo Liss 1.1%
4 josher19 0.9%
4 John Firebaugh 0.9%
3 Jeff Barczewski 0.7%
2 Jakub Nešetřil 0.4%
3 Jeff Barczewski 0.6%
2 Jakub Nešetřil 0.4%
1 Sasha Koss 0.2%

@@ -27,0 +26,0 @@ 1 Vinay Pulim 0.2%

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