Socket
Socket
Sign inDemoInstall

intel

Package Overview
Dependencies
12
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

10

lib/console.js

@@ -49,4 +49,4 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

var parentLogger;
var basename;
function getLoggerName(debugName) {

@@ -89,3 +89,3 @@ var trace = stack.get();

}
var topName = path.basename(root);
var topName = basename || path.basename(root);
topName = topName.replace(path.extname(topName), '');

@@ -226,2 +226,6 @@

function setLoggerBaseName(bn){
basename = bn;
}
function deliver(method, args) {

@@ -262,3 +266,3 @@ var debugged = isDebugging && parseDebug(args);

setLoggerBaseName(options.basename);
if (!ORIGINAL_METHODS.log) {

@@ -265,0 +269,0 @@ copyProperties(console, ORIGINAL_METHODS, METHOD_NAMES);

{
"name": "intel",
"version": "1.0.2",
"version": "1.1.0",
"dependencies": {

@@ -13,3 +13,3 @@ "chalk": "~1.1.0",

"devDependencies": {
"blanket": "~1.1.6",
"blanket": "1.1.6",
"bluebird": "^2.9.0",

@@ -16,0 +16,0 @@ "debug": "~2.2.0",

@@ -172,3 +172,3 @@ # intel

The Stream handler can take any writable stream, and will write messages to the stream. The [Console](#consolehandler) handler essentially uses 2 Stream handlers internally pointed at `process.stdout` and `process.stdin`.
The Stream handler can take any writable stream, and will write messages to the stream. The [Console](#consolehandler) handler essentially uses 2 Stream handlers internally pointed at `process.stdout` and `process.stderr`.

@@ -175,0 +175,0 @@ - **stream**: Any [WritableStream](http://nodejs.org/api/stream.html#stream_class_stream_writable)

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