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

intel

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intel - npm Package Compare versions

Comparing version 1.0.0-b3 to 1.0.0-b4

7

lib/console.js

@@ -60,3 +60,8 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

debug = [
// debug@0.x
path.join('node_modules', 'debug', 'lib', 'debug.js'),
// debug@1.x
path.join('node_modules', 'debug', 'node.js'),
path.join('node_modules', 'debug', 'debug.js'),
// dbug@0.x
path.join('node_modules', 'dbug', 'lib', 'dbug.js'),

@@ -130,3 +135,3 @@ path.join('node_modules', 'dbug', 'index.js')

'(.+)', // logger name
'\\u001b\\[90m', // color end
'\\u001b\\[\\d?0m', // color end
'(.+)', // message

@@ -133,0 +138,0 @@ '$'

3

lib/formatter.js

@@ -21,2 +21,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

};
const BOLD = chalk.bold;

@@ -103,3 +104,3 @@ const TO_JSON = '%O';

// else levelname doesnt have a color
record.name = chalk.bold(name);
record.name = BOLD(name);
}

@@ -106,0 +107,0 @@

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

_log: function _log(level, msg /*, args...*/) {
level = LEVELS.getLevel(level);
_log: function _log(_level, msg /*, args...*/) {
var level = LEVELS.getLevel(_level);
var args;

@@ -262,4 +262,4 @@ var promise;

log: function log(level /* msg, messageArs... */) {
level = LEVELS.getLevel(level);
log: function log(_level /* msg, messageArs... */) {
var level = LEVELS.getLevel(_level);
// if level >= this.getEffectiveLevel(), tell our handlers

@@ -266,0 +266,0 @@ if (this.isEnabledFor(level)) {

{
"name": "intel",
"version": "1.0.0-b3",
"version": "1.0.0-b4",
"dependencies": {
"bluebird": "~1.2.0",
"chalk": "~0.4.0",
"bluebird": "^2.2.1",
"chalk": "~0.5.1",
"dbug": "~0.4.1",

@@ -15,3 +15,3 @@ "stack-trace": "~0.0.9",

"blanket": "~1.1.6",
"debug": "0.x",
"debug": "~1.0.2",
"insist": "0.x",

@@ -31,3 +31,3 @@ "jshint": "2.x",

"coverage": "mocha --ui exports --require blanket -R ../../../test/util/reporter",
"matcha": "matcha -I exports"
"bench": "matcha -I exports"
},

@@ -34,0 +34,0 @@ "config": {

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