Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npmlog

Package Overview
Dependencies
Maintainers
7
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 5.0.1 to 6.0.0

lib/log.js

35

package.json
{
"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
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc