Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.1 to 1.0.2

4

package.json
{
"name": "fast-check",
"version": "1.0.1",
"version": "1.0.2",
"description": "Property based testing framework in TypeScript (like QuickCheck)",

@@ -15,3 +15,2 @@ "main": "lib/fast-check.js",

"coverage": "nyc report --reporter=text-lcov | coveralls",
"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter",
"format:check": "prettier --list-different \"**/*.ts\"",

@@ -41,3 +40,2 @@ "format:fix": "prettier --write \"**/*.ts\"",

"browserify": "^16.2.0",
"codeclimate-test-reporter": "^0.5.0",
"coveralls": "^3.0.0",

@@ -44,0 +42,0 @@ "mocha": "^5.1.1",

@@ -7,8 +7,7 @@ # Fast Check

![total downloads](https://img.shields.io/npm/dt/fast-check.svg)
[![dependencies Status](https://david-dm.org/dubzzz/fast-check/status.svg)](https://david-dm.org/dubzzz/fast-check)
[![devDependencies Status](https://david-dm.org/dubzzz/fast-check/dev-status.svg)](https://david-dm.org/dubzzz/fast-check?type=dev)
[![Coverage Status](https://coveralls.io/repos/github/dubzzz/fast-check/badge.svg)](https://coveralls.io/github/dubzzz/fast-check)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/test_coverage)](https://codeclimate.com/github/dubzzz/fast-check/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/maintainability)](https://codeclimate.com/github/dubzzz/fast-check/maintainability)
[![dependencies Status](https://david-dm.org/dubzzz/fast-check/status.svg)](https://david-dm.org/dubzzz/fast-check)
[![devDependencies Status](https://david-dm.org/dubzzz/fast-check/dev-status.svg)](https://david-dm.org/dubzzz/fast-check?type=dev)

@@ -15,0 +14,0 @@ ----

Sorry, the diff of this file is not supported yet

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