Comparing version 5.0.1 to 6.0.0
{ | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
"author": "GitHub Inc.", | ||
"name": "npmlog", | ||
"description": "logger for npm", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"repository": { | ||
@@ -10,13 +10,19 @@ "type": "git", | ||
}, | ||
"main": "log.js", | ||
"main": "lib/log.js", | ||
"files": [ | ||
"log.js" | ||
"bin", | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "tap test/*.js --branches=95", | ||
"test": "tap", | ||
"npmclilint": "npmcli-lint", | ||
"lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", | ||
"lint": "eslint '**/*.js'", | ||
"lintfix": "npm run lint -- --fix", | ||
"posttest": "npm run lint --", | ||
"postsnap": "npm run lintfix --" | ||
"posttest": "npm run lint", | ||
"postsnap": "npm run lintfix --", | ||
"postlint": "npm-template-check", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap" | ||
}, | ||
@@ -26,10 +32,17 @@ "dependencies": { | ||
"console-control-strings": "^1.1.0", | ||
"gauge": "^3.0.0", | ||
"gauge": "^4.0.0", | ||
"set-blocking": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@npmcli/lint": "^1.0.1", | ||
"@npmcli/template-oss": "^2.3.0", | ||
"tap": "^15.0.9" | ||
}, | ||
"license": "ISC" | ||
"license": "ISC", | ||
"templateVersion": "2.3.0", | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || >=16" | ||
}, | ||
"tap": { | ||
"branches": 95 | ||
} | ||
} |
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
16841
1
+ Addedgauge@4.0.4(transitive)
- Removedgauge@3.0.2(transitive)
- Removedobject-assign@4.1.1(transitive)
Updatedgauge@^4.0.0