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

progbar

Package Overview
Dependencies
Maintainers
6
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.2.0 to 1.2.1

6

lib/progbar.js
/*
* Copyright (c) 2017, Joyent, Inc.
* Copyright (c) 2018, Joyent, Inc.
*/

@@ -15,5 +15,5 @@

var mod_assert = require('assert-plus');
var mod_sprintf = require('sprintf');
var mod_extsprintf = require('extsprintf');
var sprintf = mod_sprintf.sprintf;
var sprintf = mod_extsprintf.sprintf;

@@ -20,0 +20,0 @@ /*

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

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

],
"repository": {

@@ -19,13 +18,10 @@ "type": "git",

},
"dependencies": {
"assert-plus": "~0.1.5",
"sprintf": "~0.1.3",
"assert-plus": "^1.0.0",
"extsprintf": "^1.4.0",
"readable-stream": "~1.0.27-1"
},
"devDependencies": {
"jshint": "^2.7.0"
},
"keywords": [

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

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