Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 4.1.0 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"
]
}
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