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.7.3 to 0.7.4

3

CHANGELOG.md
## Release History
- **0.7.4** — *2016-09-07* — Bless `suchthat`
- Fix "arbitraries created with `suchthat` are missing `.smap`
[#184](https://github.com/jsverify/jsverify/issues/184)
- **0.7.3** — *2016-08-26* — Remove lodash

@@ -4,0 +7,0 @@ - Fixed accidental use of `lodash`. We have our own `isNaN` now.

5

lib/suchthat.js

@@ -9,2 +9,3 @@ /* @flow weak */

var shrink = require("./shrink.js");
var arbitraryBless = require("./arbitraryBless.js");

@@ -27,3 +28,3 @@ /**

return {
return arbitraryBless({
generator: generator.bless(function (size) {

@@ -49,3 +50,3 @@ for (var i = 0; ; i++) {

show: arb.show,
};
});
}

@@ -52,0 +53,0 @@

{
"name": "jsverify",
"description": "Property-based testing for JavaScript.",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "http://jsverify.github.io/",

@@ -30,5 +30,5 @@ "author": {

"chai": "^3.0.0",
"david": "^8.0.0",
"david": "^9.0.0",
"eslint": "^3.3.1",
"esprima": "^2.2.0",
"esprima": "^3.0.0",
"istanbul": "^0.4.1",

@@ -35,0 +35,0 @@ "jasmine-core": "^2.4.1",

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

- **0.7.4** — *2016-09-07* — Bless `suchthat`
- Fix "arbitraries created with `suchthat` are missing `.smap`
[#184](https://github.com/jsverify/jsverify/issues/184)
- **0.7.3** — *2016-08-26* — Remove lodash

@@ -613,0 +616,0 @@ - Fixed accidental use of `lodash`. We have our own `isNaN` now.

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