Socket
Socket
Sign inDemoInstall

are-we-there-yet

Package Overview
Dependencies
11
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

20

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

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

"test": "tap",
"npmclilint": "npmcli-lint",
"lint": "eslint \"**/*.js\"",

@@ -14,5 +13,2 @@ "lintfix": "npm run lint -- --fix",

"postsnap": "npm run lintfix --",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",

@@ -34,3 +30,3 @@ "postlint": "template-oss-check",

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"@npmcli/template-oss": "4.5.1",
"tap": "^16.0.1"

@@ -40,3 +36,3 @@ },

"delegates": "^1.0.0",
"readable-stream": "^3.6.0"
"readable-stream": "^4.1.0"
},

@@ -48,3 +44,3 @@ "files": [

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -55,8 +51,12 @@ "tap": {

"functions": 86,
"lines": 92
"lines": 92,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.5.0"
"version": "4.5.1"
}
}
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