🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
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.2

7

log.js

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

(arg instanceof Error) && arg.stack) {
Object.defineProperty(arg, 'stack', arg.stack = stack = arg.stack + '')
Object.defineProperty(arg, 'stack', {
value: stack = arg.stack + '',
enumerable: true,
writable: true
})
}

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

7

package.json

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

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

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

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