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

@sprucelabs/log

Package Overview
Dependencies
Maintainers
3
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/log - npm Package Compare versions

Comparing version 10.2.296 to 10.2.297

8

build/umd/log.js

@@ -88,2 +88,3 @@ (function (global, factory) {

/** @deprecated */
function __spreadArrays() {

@@ -106,3 +107,3 @@ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;

var strNatives = [];
var natives = strNatives.map(function (n) { return new RegExp("\\(" + n + "\\.js:\\d+:\\d+\\)$"); });
var natives = strNatives.map(function (n) { return new RegExp("\\(" + n + "\\.js:\\d+:\\d+\\)$"); });
natives.push(

@@ -427,2 +428,3 @@ // XXX are `bootstrap_node.js` and `node.js` needed in supported versions?

*/
exports.LogLevel = void 0;
(function (LogLevel) {

@@ -532,3 +534,3 @@ /** Trace level logs the go beyond just normal debug messages. A silly log level. */

this.stackUtils = new StackUtils({
cwd: process.cwd(),
cwd: process.cwd(),
});

@@ -750,3 +752,3 @@ this.setConsoleAdapter();

if (args.length === 1 && typeof args[0] === 'string') {
var str = rawAboutStr + " " + this.colorize({
var str = rawAboutStr + " " + this.colorize({
str: args[0],

@@ -753,0 +755,0 @@ level: level,

@@ -0,1 +1,3 @@

## [10.2.297](https://github.com/sprucelabsai/spruce-log/compare/v10.2.296...v10.2.297) (2021-02-20)
## [10.2.296](https://github.com/sprucelabsai/spruce-log/compare/v10.2.295...v10.2.296) (2020-12-31)

@@ -2,0 +4,0 @@

@@ -9,3 +9,3 @@ {

],
"version": "10.2.296",
"version": "10.2.297",
"main": "./build/index.js",

@@ -55,3 +55,3 @@ "types": "./build/index.d.ts",

"chokidar-cli": "^2.1.0",
"concurrently": "^5.3.0",
"concurrently": "^6.0.0",
"eslint": "^7.11.0",

@@ -58,0 +58,0 @@ "eslint-config-spruce": "^10.9.91",

Sorry, the diff of this file is not supported yet

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