🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

npmlog

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmlog - npm Package Compare versions

Comparing version

to
7.0.0

23

package.json

@@ -5,3 +5,3 @@ {

"description": "logger for npm",
"version": "6.0.2",
"version": "7.0.0",
"repository": {

@@ -24,5 +24,2 @@ "type": "git",

"postlint": "template-oss-check",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",

@@ -32,10 +29,10 @@ "template-oss-apply": "template-oss-apply --force"

"dependencies": {
"are-we-there-yet": "^3.0.0",
"are-we-there-yet": "^4.0.0",
"console-control-strings": "^1.1.0",
"gauge": "^4.0.3",
"gauge": "^5.0.0",
"set-blocking": "^2.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.4.1",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"tap": "^16.0.1"

@@ -45,11 +42,15 @@ },

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"tap": {
"branches": 95
"branches": 95,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.4.1"
"version": "4.5.1"
}
}