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

@fast-check/ava

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fast-check/ava - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# 1.0.2
_Only keep comments in published typings not in published code_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.2)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.1...ava%2Fv1.0.2)]
## Fixes
- ([PR#3212](https://github.com/dubzzz/fast-check/pull/3212)) CI: Share `tsconfig.json` across public packages
- ([PR#3213](https://github.com/dubzzz/fast-check/pull/3213)) Script: Factorize production `tsconfig.json`
# 1.0.1

@@ -2,0 +12,0 @@

17

package.json
{
"name": "@fast-check/ava",
"description": "Property based testing for AVA based on fast-check",
"version": "1.0.1",
"version": "1.0.2",
"type": "commonjs",

@@ -21,6 +21,10 @@ "main": "lib/ava-fast-check.js",

"scripts": {
"build": "tsc && tsc --module es2015 --moduleResolution node --outDir lib/esm && cp package.esm-template.json lib/esm/package.json",
"build": "yarn build:publish-cjs && yarn build:publish-esm && yarn build:publish-types",
"build-ci": "yarn build",
"build:publish-types": "tsc -p tsconfig.publish.types.json",
"build:publish-cjs": "tsc -p tsconfig.publish.json",
"build:publish-esm": "tsc -p tsconfig.publish.json --module es2015 --moduleResolution node --outDir lib/esm && cp package.esm-template.json lib/esm/package.json",
"ava-test": "ava -s -t",
"test": "sh test.sh"
"test": "sh test.sh",
"typecheck": "tsc --noEmit"
},

@@ -46,7 +50,6 @@ "repository": {

"@types/node": "^17.0.44",
"ava": "^4.0.1",
"ava": "^4.3.3",
"esm": "^3.2.25",
"fast-check": "3.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.0.3"
"fast-check": "3.1.4",
"typescript": "^4.8.3"
},

@@ -53,0 +56,0 @@ "keywords": [

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