are-we-there-yet
Advanced tools
Comparing version 3.0.1 to 4.0.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
14212
+ Addedabort-controller@3.0.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedevent-target-shim@5.0.1(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedreadable-stream@4.5.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedreadable-stream@^4.1.0