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

progbar

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

progbar - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

lib/progbar.js

@@ -37,2 +37,3 @@ /*

process.env.TERM.match(/^rxvt/) ||
process.env.TERM.match(/^screen/) ||
process.env.TERM === 'ansi') {

@@ -51,7 +52,8 @@ ECMA48_TERMINAL = true;

TCEM: '?25'
}
};
var DEC_TERMINAL = false;
if (process.env.TERM) {
if (process.env.TERM.match(/^xterm/) ||
process.env.TERM.match(/^rxvt/)) {
process.env.TERM.match(/^rxvt/) ||
process.env.TERM.match(/^screen/)) {
DEC_TERMINAL = true;

@@ -58,0 +60,0 @@ }

{
"name": "progbar",
"author": "Joshua M. Clulow <jmc@joyent.com>",
"version": "0.0.2",
"author": "Joshua M. Clulow <jmc@joyent.com>",
"version": "0.0.3",
"description": "terminal progress bar",

@@ -16,3 +16,11 @@ "main": "./lib/progbar.js",

"sprintf": "0.1.1"
}
},
"keywords": [
"progress",
"bar",
"terminal",
"console",
"cli"
]
}
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