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.2 to 0.6.0-alpha.3

1

CHANGELOG.md
## Release History
- **0.6.0-alpha.3** — *2015-04-24* — promise shrink fixed
- **0.6.0-alpha.2** — *2015-04-24* — jsc.bless

@@ -4,0 +5,0 @@ - Added `jsc.bless`

8

lib/jsverify.js

@@ -128,6 +128,6 @@ /* @flow weak */

var shrinkP = lazyseq.fold(shrinked, true, function (res, y) {
return functor.map(res, function (resPrime) {
var t = test(size, resPrime, shrinksN + 1);
return t !== true ? t : y();
var shrinkP = lazyseq.fold(shrinked, true, function (y, rest) {
var t = test(size, y, shrinksN + 1);
return functor.map(t, function (tprime) {
return tprime !== true ? tprime : rest();
});

@@ -134,0 +134,0 @@ });

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

@@ -6,0 +6,0 @@ "author": {

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

- **0.6.0-alpha.3** — *2015-04-24* — promise shrink fixed
- **0.6.0-alpha.2** — *2015-04-24* — jsc.bless

@@ -473,0 +474,0 @@ - Added `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