Socket
Socket
Sign inDemoInstall

are-we-there-yet

Package Overview
Dependencies
6
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

lib/tracker-group.js

@@ -106,3 +106,3 @@ 'use strict'

depth = depth || 0
var indent = depth ? buffer.substr(0, depth) : ''
var indent = depth ? buffer.slice(0, depth) : ''
var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n'

@@ -109,0 +109,0 @@ this.trackers.forEach(function (tracker) {

{
"name": "are-we-there-yet",
"version": "3.0.0",
"version": "3.0.1",
"description": "Keep track of the overall completion of many disparate processes",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"npmclilint": "npmcli-lint",
"lint": "eslint '**/*.js'",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",

@@ -18,4 +18,4 @@ "posttest": "npm run lint",

"snap": "tap",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force"
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},

@@ -33,7 +33,5 @@ "repository": {

"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
"@npmcli/template-oss": "^2.7.1",
"eslint": "^8.8.0",
"eslint-plugin-node": "^11.1.0",
"tap": "^15.0.9"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"tap": "^16.0.1"
},

@@ -45,7 +43,7 @@ "dependencies": {

"files": [
"bin",
"lib"
"bin/",
"lib/"
],
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},

@@ -59,4 +57,5 @@ "tap": {

"templateOSS": {
"version": "2.7.1"
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.5.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc