Socket
Socket
Sign inDemoInstall

jest-it-up

Package Overview
Dependencies
30
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 3.0.0

2

lib/index.js
#!/usr/bin/env node
const path = require('path')
const confirm = require('@inquirer/confirm')
const confirm = require('@inquirer/confirm').default

@@ -5,0 +5,0 @@ const applyChanges = require('./applyChanges')

{
"name": "jest-it-up",
"version": "2.2.0",
"version": "3.0.0",
"description": "Automatically bump up global Jest thresholds whenever coverage goes above them",

@@ -36,18 +36,18 @@ "keywords": [

"dependencies": {
"@inquirer/confirm": "^0.0.14-alpha.0",
"ansi-colors": "^4.1.0",
"commander": "^9.0.0"
"@inquirer/confirm": "^2.0.0",
"ansi-colors": "^4.0.0",
"commander": "^11.0.0"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.4",
"jest": "27.5.1",
"lint-staged": "12.4.0",
"prettier": "2.6.2"
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"jest": "29.6.1",
"lint-staged": "13.2.3",
"prettier": "3.0.0"
},
"engines": {
"node": ">=12"
"node": ">=16"
}
}

@@ -14,3 +14,3 @@ # jest-it-up

- Node.js 12+
- Node.js 16+
- Conventional `jest.config.js` (`package.json` config unsupported)

@@ -17,0 +17,0 @@ - `json-summary` coverage report (see [usage](#usage))

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc