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 2.0.0 to 2.1.0

2

bower.json
{
"name": "chai",
"version": "2.0.0",
"version": "2.1.0",
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -0,1 +1,12 @@

2.1.0 / 2015-02-23
==================
* Merge pull request #374 from jmm/v2.0.1
* Increment version to 2.0.1.
* Merge pull request #365 from chaijs/fix-travis
* Fix travis.yml deploy
* Merge pull request #356 from Soviut/master
* documented fail methods for expect and should interfaces
* fail method added directly to expect
2.0.0 / 2015-02-09

@@ -2,0 +13,0 @@ ==================

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

exports.version = '1.10.0';
exports.version = '2.1.0';

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

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

],
"version": "2.0.0",
"version": "2.1.0",
"repository": {

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

@@ -28,39 +28,40 @@ [![Chai Documentation](http://chaijs.com/public/img/chai-logo.png)](http://chaijs.com)

project : chai
repo age : 3 years, 2 months
active : 220 days
commits : 845
repo age : 3 years, 3 months
active : 224 days
commits : 859
files : 59
authors :
553 Jake Luer 65.4%
79 Veselin Todorov 9.3%
43 Domenic Denicola 5.1%
23 Keith Cirkel 2.7%
14 Joshua Perry 1.7%
554 Jake Luer 64.5%
79 Veselin Todorov 9.2%
43 Domenic Denicola 5.0%
29 Keith Cirkel 3.4%
14 Joshua Perry 1.6%
8 Chris Polis 0.9%
6 Ian Zamojc 0.7%
6 Ruben Verborgh 0.7%
5 Juliusz Gonera 0.6%
5 George Kats 0.6%
5 Jo Liss 0.6%
5 Scott Nonnenberg 0.6%
5 George Kats 0.6%
5 Juliusz Gonera 0.6%
5 leider 0.6%
5 Jo Liss 0.6%
4 charlierudolph 0.5%
4 Chris Jones 0.5%
4 Max Edmands 0.5%
4 David da Silva 0.5%
4 Nick Heiner 0.5%
4 John Firebaugh 0.5%
4 Veselin 0.5%
4 Max Edmands 0.5%
4 charlierudolph 0.5%
4 josher19 0.5%
3 Jake Rosoman 0.4%
3 Jeff Barczewski 0.4%
3 Andrei Neculau 0.4%
3 Duncan Beevers 0.4%
3 Jason Karns 0.4%
3 Ryunosuke SATO 0.4%
4 John Firebaugh 0.5%
4 Nick Heiner 0.5%
3 Andrei Neculau 0.3%
3 Duncan Beevers 0.3%
3 Ryunosuke SATO 0.3%
3 Jake Rosoman 0.3%
3 Jason Karns 0.3%
3 Jeff Barczewski 0.3%
2 Jakub Nešetřil 0.2%
2 Teddy Cross 0.2%
2 Roman Masek 0.2%
2 Gregg Lind 0.2%
2 Teddy Cross 0.2%
2 Edwin Shao 0.2%
2 Bartvds 0.2%
2 Jakub Nešetřil 0.2%
2 Edwin Shao 0.2%
2 Roman Masek 0.2%
1 toastynerd 0.1%

@@ -79,2 +80,3 @@ 1 Anand Patil 0.1%

1 Jeff Welch 0.1%
1 Jesse McCarthy 0.1%
1 Julien Wajsberg 0.1%

@@ -81,0 +83,0 @@ 1 Kilian Ciuffolo 0.1%

# Release Notes
## 2.1.0 / 2015-02-23
Small release; fixes an issue where the Chai lib was incorrectly reporting the
version number.
Adds new `should.fail()` and `expect.fail()` methods, which are convinience
methods to throw Assertion Errors.
### Community Contributions
#### Code Features & Fixes
* [#356](https://github.com/chaijs/chai/pull/356) Add should.fail(), expect.fail(). By [@Soviut](https://github.com/Soviut)
* [#374](https://github.com/chaijs/chai/pull/374) Increment version. By [@jmm](https://github.com/jmm)
## 2.0.0 / 2015-02-09

@@ -4,0 +19,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