New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@josecarlosrz/logger

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@josecarlosrz/logger - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

index.js

@@ -0,1 +1,2 @@

const nodeConsole = require('console');
const path = require('path');

@@ -6,2 +7,4 @@ const stackTrace = require('stack-trace');

const console = new nodeConsole.Console(process.stdout, process.stderr);
module.exports = (message, ...args) => {

@@ -8,0 +11,0 @@

2

package.json
{
"name": "@josecarlosrz/logger",
"version": "1.0.6",
"version": "1.0.7",
"description": "Function to log each component of our application",

@@ -5,0 +5,0 @@ "main": "index.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