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

@coya/logs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coya/logs - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

logs.js

@@ -33,3 +33,3 @@ const colors = require('colors');

config.executionMode = DEV_MODE;
if(config.executionMode == PROD_MODE) {

@@ -87,3 +87,3 @@ if(config.logsCollectionName) {

if(this.executionMode != PROD_MODE)
return reject('No logs');
return reject('No logs.');

@@ -90,0 +90,0 @@ if(this.config.logsCollectionName) {

{
"name": "@coya/logs",
"version": "0.1.3",
"version": "0.1.4",
"description": "Logs service",

@@ -12,4 +12,5 @@ "main": "logs.js",

"dependencies": {
"@coya/database": "0.0.16",
"colors": "^1.1.2"
}
}
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