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

npmlog

Package Overview
Dependencies
Maintainers
4
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
4.1.1

2

log.js

@@ -185,3 +185,3 @@ 'use strict'

(arg instanceof Error) && arg.stack) {
arg.stack = stack = arg.stack + ''
Object.defineProperty(arg, 'stack', arg.stack = stack = arg.stack + '')
}

@@ -188,0 +188,0 @@ }

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

"description": "logger for npm",
"version": "4.1.0",
"version": "4.1.1",
"repository": {

@@ -28,3 +28,6 @@ "type": "git",

},
"license": "ISC"
"license": "ISC",
"files": [
"log.js"
]
}