Huge News!Announcing our $40M Series B led by Abstract Ventures.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.10 to 1.0.11

8

index.js

@@ -66,3 +66,3 @@ const nodeConsole = require('console');

sleep: function(minutes) {
sleep: function(seconds) {

@@ -81,3 +81,3 @@ return new Promise((resolve, reject) => {

setTimeout(resolve, minutes * 1000);
setTimeout(resolve, seconds * 1000);

@@ -95,6 +95,6 @@ });

devSleep: function(minutes) {
devSleep: function(seconds) {
if (process.env.NODE_ENV === 'development')
this.sleep(minutes);
this.sleep(seconds);

@@ -101,0 +101,0 @@ },

{
"name": "@josecarlosrz/logger",
"version": "1.0.10",
"version": "1.0.11",
"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