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 0.2.2 to 0.2.3

18

chai.js

@@ -189,2 +189,17 @@ !function (name, definition) {

/**
* # been
*
* Language chain.
*
* @name been
* @api public
*/
Object.defineProperty(Assertion.prototype, 'been',
{ get: function () {
return this;
}
});
/**
* # an

@@ -940,3 +955,2 @@ *

('throw', 'Throw') // for troublesome browsers
('be', 'been') // past tense
('instanceof', 'instanceOf');

@@ -955,3 +969,3 @@

exports.version = '0.2.2';
exports.version = '0.2.3';

@@ -958,0 +972,0 @@ exports.Assertion = require('./assertion');

0.2.3 / 2012-02-01
==================
* try that again
0.2.2 / 2012-02-01

@@ -3,0 +8,0 @@ ==================

@@ -136,2 +136,17 @@ /*!

/**
* # been
*
* Language chain.
*
* @name been
* @api public
*/
Object.defineProperty(Assertion.prototype, 'been',
{ get: function () {
return this;
}
});
/**
* # an

@@ -887,3 +902,2 @@ *

('throw', 'Throw') // for troublesome browsers
('be', 'been') // past tense
('instanceof', 'instanceOf');

2

lib/chai.js

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

exports.version = '0.2.2';
exports.version = '0.2.3';

@@ -12,0 +12,0 @@ exports.Assertion = require('./assertion');

@@ -6,3 +6,3 @@ {

"keywords": [ "test", "assertion", "assert", "testing" ],
"version": "0.2.2",
"version": "0.2.3",
"repository": {

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

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