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

@highoutput/logger

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/logger - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

9

build/index.js

@@ -28,3 +28,3 @@ "use strict";

this.loggers[scope] = logger;
const items = args
args
.map((item) => {

@@ -41,2 +41,5 @@ if (item instanceof Error) {

}
if (typeof item === 'number') {
return item.toString();
}
return item;

@@ -49,4 +52,4 @@ })

return item;
});
logger(items[0], ...items.slice(1));
})
.forEach(item => logger(item));
}

@@ -53,0 +56,0 @@ critical(...args) {

{
"name": "@highoutput/logger",
"version": "0.2.8",
"version": "0.3.0",
"main": "build/index.js",

@@ -28,3 +28,3 @@ "dependencies": {

},
"gitHead": "ca9406a7194d3016491137736da74a3587b5ae23"
"gitHead": "bf6c295a2cf886808dfc750a72cd23ea9c195b3a"
}

Sorry, the diff of this file is not supported yet

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