Socket
Socket
Sign inDemoInstall

expect.js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect.js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

expect.js

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

expect.version = '0.1.0';
expect.version = '0.1.1';

@@ -75,3 +75,3 @@ /**

return old.apply(self, arguments);
i }
}

@@ -78,0 +78,0 @@ for (var fn in Assertion.prototype) {

0.1.1 / 2011-12-18
==================
* Fixed typo
0.1.0 / 2011-12-18

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

{
"name": "expect.js"
, "version": "0.1.0"
, "version": "0.1.1"
, "description": "BDD style assertions for node and the browser."

@@ -5,0 +5,0 @@ , "main": "./expect"

@@ -91,3 +91,3 @@

```js
program.version.should.match(/[0-9]+\.[0-9]+\.[0-9]+/);
expect(program.version).to.match(/[0-9]+\.[0-9]+\.[0-9]+/);
```

@@ -94,0 +94,0 @@

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