Socket
Socket
Sign inDemoInstall

npmlog

Package Overview
Dependencies
20
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

24

package.json

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

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

@@ -13,4 +13,4 @@ "type": "git",

"files": [
"bin",
"lib"
"bin/",
"lib/"
],

@@ -20,7 +20,7 @@ "scripts": {

"npmclilint": "npmcli-lint",
"lint": "eslint '**/*.js'",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"postsnap": "npm run lintfix --",
"postlint": "npm-template-check",
"postlint": "template-oss-check",
"preversion": "npm test",

@@ -30,3 +30,3 @@ "postversion": "npm publish",

"snap": "tap",
"template-copy": "npm-template-copy --force"
"template-oss-apply": "template-oss-apply --force"
},

@@ -36,12 +36,13 @@ "dependencies": {

"console-control-strings": "^1.1.0",
"gauge": "^4.0.0",
"gauge": "^4.0.3",
"set-blocking": "^2.0.0"
},
"devDependencies": {
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.4.1",
"tap": "^16.0.1"
},
"license": "ISC",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},

@@ -52,4 +53,5 @@ "tap": {

"templateOSS": {
"version": "2.7.1"
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.4.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