Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multi-progress-bars

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-progress-bars - npm Package Compare versions

Comparing version 4.3.4 to 5.0.0

20

package.json
{
"name": "multi-progress-bars",
"version": "4.3.4",
"version": "5.0.0",
"description": "Multiple progress bars with option for indefinite spinners",

@@ -14,4 +14,4 @@ "main": "dist/multi-progress-bars.cjs",

},
"type": "commonjs",
"types": "dist/multi-progress-bars.d.cts",
"type": "module",
"types": "dist/multi-progress-bars.d.mts",
"files": [

@@ -45,8 +45,8 @@ "dist"

"engines": {
"node": ">13"
"node": ">14.18.0"
},
"devDependencies": {
"@types/node": "^13.13.52",
"@types/node": "^14.14.31",
"commit-and-tag-version": "^10.1.0",
"rollup": "^2.79.1",
"rollup": "^3.8.0",
"rollup-plugin-ts": "^3.0.2",

@@ -58,5 +58,5 @@ "trash-cli": "^5.0.0",

"dependencies": {
"chalk": "^4.1.2",
"string-width": "4.2.2",
"strip-ansi": "6.0.1"
"chalk": "^5.2.0",
"string-width": "5.1.2",
"strip-ansi": "7.0.1"
},

@@ -66,3 +66,3 @@ "resolutions": {

"meow@npm:3.7.0/trim-newlines": "^3.0.1",
"qs": "6.5.3",
"qs": "6.11.0",
"minimatch": "3.1.2"

@@ -69,0 +69,0 @@ },

Sorry, the diff of this file is not supported yet

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