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.2.3 to 4.3.0

dist/multi-progress-bars.d.cts

33

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

@@ -9,8 +9,9 @@ "main": "dist/multi-progress-bars.cjs",

".": {
"types": "./dist/multi-progress-bars.d.mts",
"require": "./dist/multi-progress-bars.cjs",
"default": "./dist/multi-progress-bars.mjs"
"import": "./dist/multi-progress-bars.mjs"
}
},
"type": "commonjs",
"types": "dist/index.d.ts",
"types": "dist/multi-progress-bars.d.cts",
"files": [

@@ -21,3 +22,3 @@ "dist"

"build": "rollup -c",
"release": "standard-version",
"release": "commit-and-tag-version",
"prepublishOnly": "yarn clean && yarn build",

@@ -49,15 +50,19 @@ "buildExamples": "yarn tsc -b examples",

"@types/node": "^13.13.52",
"@wessberg/rollup-plugin-ts": "^1.3.8",
"rollup": "^2.40.0",
"rollup-plugin-typescript2": "^0.30.0",
"standard-version": "^9.1.1",
"trash-cli": "^4.0.0",
"tslib": "^2.1.0",
"typescript": "^4.3.4"
"commit-and-tag-version": "^10.0.1",
"rollup": "^2.76.0",
"rollup-plugin-ts": "^3.0.2",
"trash-cli": "^5.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"chalk": "^4.1.2",
"string-width": "4.2.2",
"strip-ansi": "6.0.0"
}
"string-width": "4.2.3",
"strip-ansi": "6.0.1"
},
"resolutions": {
"browserslist-generator/browserslist": "^4.20.2",
"meow@npm:3.7.0/trim-newlines": "^3.0.1"
},
"packageManager": "yarn@3.2.1"
}

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