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

jest-test-each

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-test-each - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

dist/tests/test.test.d.ts

4

package.json
{
"name": "jest-test-each",
"version": "0.9.0",
"version": "0.9.1",
"description": "run parametrised tests easily [typesafe] without text tables or arrays of arrays.",

@@ -17,3 +17,3 @@ "main": "./dist/index.js",

"scripts": {
"prepublish": "pretty-quick && rm -rf dist/ && tsc && yarn test && cd ../tests/example && yarn && rm -rf ./node_modules/jest-test-each/dist && cp -R ../../package/dist ./node_modules/jest-test-each/ && yarn test",
"prepublish": "pretty-quick && yarn build && yarn test && cd ../tests/example && yarn && rm -rf ./node_modules/jest-test-each/dist && cp -R ../../package/dist ./node_modules/jest-test-each/ && yarn test",
"build": "rm -rf dist/ && tsc",

@@ -20,0 +20,0 @@ "fmt": "pretty-quick",

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