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

allogator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allogator - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -7,4 +7,2 @@ var logentries = require('winston-logentries').Logentries;

var Console = require('./console.js').Console;
var fmt = require('util').format;
var production = ('production' == process.env.NODE_ENV)

@@ -27,3 +25,3 @@ var SLACK_LOG_WEBHOOK = process.env.SLACK_LOG_WEBHOOK

/**
* Initialize the production `log` singleton
* Initialize the log with the given name
*

@@ -30,0 +28,0 @@ * @return {Log}

{
"name": "allogator",
"version": "0.0.2",
"version": "0.0.3",
"description": "Easily pipe logs to different services by setting environment variables",

@@ -5,0 +5,0 @@ "dependencies": {

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

var fmt = require('util').format;
/**

@@ -2,0 +4,0 @@ * Format slack message

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