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

fast-check

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-check - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

lib/check/runner/Runner.js

@@ -236,3 +236,3 @@ "use strict";

var generator = Tosser_1.toss(property, qParams.seed, qParams.examples);
var maxInitialIterations = qParams.path.length === 0 ? qParams.numRuns : -1;
var maxInitialIterations = qParams.path.indexOf(':') === -1 ? qParams.numRuns : -1;
var maxSkips = qParams.numRuns * qParams.maxSkipsPerRun;

@@ -239,0 +239,0 @@ var initialValues = qParams.path.length === 0 ? generator : runnerPathWalker(generator, qParams.path);

{
"name": "fast-check",
"version": "1.5.0",
"version": "1.5.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",

@@ -5,0 +5,0 @@ "main": "lib/fast-check.js",

@@ -17,3 +17,7 @@ {

],
"outDir": "lib/"
"outDir": "lib/",
"types": [
"node",
"mocha"
]
},

@@ -20,0 +24,0 @@ "include": [

Sorry, the diff of this file is not supported yet

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