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

are-we-there-yet

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

are-we-there-yet - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

CHANGES.md
Hi, figured we could actually use a changelog now:
## 1.1.3 2017-04-21
* Improve documentation and limit files included in the distribution.
## 1.1.2 2016-03-15
* Add tracker group cycle detection and tests for it
## 1.1.1 2016-01-29

@@ -4,0 +12,0 @@

14

package.json
{
"name": "are-we-there-yet",
"version": "1.1.2",
"version": "1.1.3",
"description": "Keep track of the overall completion of many dispirate processes",

@@ -25,4 +25,12 @@ "main": "index.js",

"delegates": "^1.0.0",
"readable-stream": "^2.0.0 || ^1.1.13"
}
"readable-stream": "^2.0.6"
},
"files": [
"index.js",
"tracker-base.js",
"tracker-group.js",
"tracker-stream.js",
"tracker.js",
"CHANGES.md"
]
}

@@ -45,7 +45,6 @@ are-we-there-yet

All tracker objects described below have the following methods, they, along
with the event comprise the interface for consumers of tracker objects.
* var completed = tracker.completed()
Implemented in: `Tracker`, `TrackerGroup`, `TrackerStream`
Returns the ratio of completed work to work to be done. Range of 0 to 1.

@@ -55,2 +54,4 @@

Implemented in: `Tracker`, `TrackerGroup`
Marks the tracker as completed. With a TrackerGroup this marks all of its

@@ -57,0 +58,0 @@ components as completed.

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