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.3 to 0.2.4

6

chai.js

@@ -191,3 +191,4 @@ !function (name, definition) {

*
* Language chain.
* Language chain. Also tests `tense` to past for addon
* modules that use the tense feature.
*

@@ -200,2 +201,3 @@ * @name been

{ get: function () {
this.tense = 'past';
return this;

@@ -969,3 +971,3 @@ }

exports.version = '0.2.3';
exports.version = '0.2.4';

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

0.2.4 / 2012-02-02
==================
* added in past tense switch for `been`
0.2.3 / 2012-02-01

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

@@ -138,3 +138,4 @@ /*!

*
* Language chain.
* Language chain. Also tests `tense` to past for addon
* modules that use the tense feature.
*

@@ -147,2 +148,3 @@ * @name been

{ get: function () {
this.tense = 'past';
return this;

@@ -149,0 +151,0 @@ }

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

exports.version = '0.2.3';
exports.version = '0.2.4';

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

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

"keywords": [ "test", "assertion", "assert", "testing" ],
"version": "0.2.3",
"version": "0.2.4",
"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