Comparing version 3.0.1 to 4.0.0
{ | ||
"name": "gauge", | ||
"version": "3.0.1", | ||
"description": "A terminal based horizontal guage", | ||
"main": "index.js", | ||
"version": "4.0.0", | ||
"description": "A terminal based horizontal gauge", | ||
"main": "lib", | ||
"scripts": { | ||
"test": "standard && tap test/*.js --coverage" | ||
"test": "tap", | ||
"lint": "eslint '**/*.js'", | ||
"postlint": "npm-template-check", | ||
"lintfix": "npm run lint -- --fix", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/iarna/gauge" | ||
"url": "https://github.com/npm/gauge" | ||
}, | ||
@@ -18,3 +26,3 @@ "keywords": [ | ||
], | ||
"author": "Rebecca Turner <me@re-becca.org>", | ||
"author": "GitHub Inc.", | ||
"license": "ISC", | ||
@@ -26,2 +34,3 @@ "bugs": { | ||
"dependencies": { | ||
"ansi-regex": "^5.0.1", | ||
"aproba": "^1.0.3 || ^2.0.0", | ||
@@ -31,39 +40,26 @@ "color-support": "^1.1.2", | ||
"has-unicode": "^2.0.1", | ||
"object-assign": "^4.1.1", | ||
"signal-exit": "^3.0.0", | ||
"string-width": "^1.0.1 || ^2.0.0", | ||
"strip-ansi": "^3.0.1 || ^4.0.0", | ||
"string-width": "^4.2.3", | ||
"strip-ansi": "^6.0.1", | ||
"wide-align": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"readable-stream": "^2.0.6", | ||
"require-inject": "^1.4.0", | ||
"standard": "^11.0.1", | ||
"tap": "^12.0.1", | ||
"through2": "^2.0.0" | ||
"@npmcli/template-oss": "^2.3.0", | ||
"readable-stream": "^3.6.0", | ||
"tap": "^15.0.10" | ||
}, | ||
"files": [ | ||
"base-theme.js", | ||
"CHANGELOG.md", | ||
"error.js", | ||
"has-color.js", | ||
"index.js", | ||
"LICENSE", | ||
"package.json", | ||
"plumbing.js", | ||
"process.js", | ||
"progress-bar.js", | ||
"README.md", | ||
"render-template.js", | ||
"set-immediate.js", | ||
"set-interval.js", | ||
"spin.js", | ||
"template-item.js", | ||
"theme-set.js", | ||
"themes.js", | ||
"wide-truncate.js" | ||
"bin", | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
} | ||
"node": "^12.13.0 || ^14.15.0 || >=16" | ||
}, | ||
"tap": { | ||
"branches": 79, | ||
"statements": 89, | ||
"functions": 92, | ||
"lines": 90 | ||
}, | ||
"templateVersion": "2.3.0" | ||
} |
@@ -21,3 +21,3 @@ gauge | ||
![](gauge-demo.gif) | ||
![](./docs/gauge-demo.gif) | ||
@@ -24,0 +24,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
3
906
43884
+ Addedansi-regex@^5.0.1
+ Addedansi-regex@5.0.1(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
- Removedobject-assign@^4.1.1
- Removedansi-regex@3.0.1(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedstring-width@2.1.1(transitive)
- Removedstrip-ansi@4.0.0(transitive)
Updatedstring-width@^4.2.3
Updatedstrip-ansi@^6.0.1