New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsverify

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsverify - npm Package Compare versions

Comparing version 0.6.0-alpha.3 to 0.6.0-alpha.4

3

CHANGELOG.md
## Release History
- **0.6.0-alpha.4** — *2015-04-26* — Fix issue #87
- jsc.property didn't fail with asynchronous properties
- thanks @Ezku for reporting
- **0.6.0-alpha.3** — *2015-04-24* — promise shrink fixed

@@ -4,0 +7,0 @@ - **0.6.0-alpha.2** — *2015-04-24* — jsc.bless

10

lib/jsverify.js

@@ -343,5 +343,7 @@ /* @flow weak */

it(name, function () {
if (args[0]() !== true) {
throw new Error(name + " doesn't hold");
}
return functor.map(args[0](), function (result) {
if (result !== true) {
throw new Error(name + " doesn't hold");
}
});
});

@@ -351,3 +353,3 @@ } else {

it(name, function () {
checkThrow(prop);
return checkThrow(prop);
});

@@ -354,0 +356,0 @@ }

{
"name": "jsverify",
"description": "Property-based testing for JavaScript.",
"version": "0.6.0-alpha.3",
"version": "0.6.0-alpha.4",
"homepage": "http://jsverify.github.io/",

@@ -32,2 +32,3 @@ "author": {

"devDependencies": {
"bluebird": "^2.9.14",
"browserify": "^9.0.3",

@@ -34,0 +35,0 @@ "chai": "^2.0.0",

@@ -471,2 +471,5 @@ # JSVerify

- **0.6.0-alpha.4** — *2015-04-26* — Fix issue #87
- jsc.property didn't fail with asynchronous properties
- thanks @Ezku for reporting
- **0.6.0-alpha.3** — *2015-04-24* — promise shrink fixed

@@ -473,0 +476,0 @@ - **0.6.0-alpha.2** — *2015-04-24* — jsc.bless

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