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

pace

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pace - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Command-line progress bar and progress metrics. Helps you measure the 'pace' of a long-running script.",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "http://cantina.github.com",

@@ -8,0 +8,0 @@ "repository": {

@@ -19,6 +19,7 @@ Pace

Running the following code:
```
```js
var total = 50000,
count = 0,
pace = require('../')(total);
pace = require('pace')(total);

@@ -50,3 +51,3 @@ while (count++ < total) {

```
```js
require('pace')(100);

@@ -53,0 +54,0 @@

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