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 1.1.1 to 1.2.0

5

lib/progbar.js
/*
* Copyright 2015 Joyent, Inc. All rights reserved.
* Copyright (c) 2017, Joyent, Inc.
*/

@@ -75,3 +75,4 @@

*/
var UNIX_PLATFORMS = [ 'sunos', 'solaris', 'darwin', 'linux' ];
var UNIX_PLATFORMS = [ 'sunos', 'solaris', 'darwin', 'linux', 'openbsd',
'netbsd', 'freebsd' ];
var USE_READLINE = (UNIX_PLATFORMS.indexOf(process.platform) === -1);

@@ -78,0 +79,0 @@

8

package.json
{
"name": "progbar",
"author": "Joshua M. Clulow <jmc@joyent.com>",
"version": "1.1.1",
"version": "1.2.0",
"description": "terminal progress bar",

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

"type": "git",
"url": "git://github.com/jclulow/node-progbar.git"
"url": "https://github.com/joyent/node-progbar.git"
},

@@ -26,2 +26,6 @@

"devDependencies": {
"jshint": "^2.7.0"
},
"keywords": [

@@ -28,0 +32,0 @@ "progress",

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