Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

progress-stream

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

progress-stream - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -32,3 +32,3 @@ var through = require('through2');

update.runtime = parseInt((Date.now() - startTime)/1000);
nextUpdate += time;
nextUpdate = Date.now()+time;

@@ -35,0 +35,0 @@ delta = 0;

{
"name": "progress-stream",
"version": "1.1.1",
"version": "1.1.2",
"description": "Read the progress of a stream",

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

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