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

otto-config

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otto-config - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

10

lib/index.js

@@ -17,3 +17,3 @@

global : function (app, environment) {
global : function (app, environment, config) {

@@ -44,5 +44,7 @@ // Interpret Environment

if (environment.NODE_ENV === 'DEVELOPMENT') {
console.log('Starting Logger...');
// Long version of 'dev'
app.use(logger(':date :remote-addr :method :status :url'));
if (config.logging && config.logging !== false) {
console.log('Starting Logger...');
// Long version of 'dev'
app.use(logger(':date :remote-addr :method :status :url'));
}
}

@@ -49,0 +51,0 @@

2

package.json
{
"name" : "otto-config",
"version" : "0.0.3",
"version" : "0.0.4",
"repository" : "https://github.com/ottojs/otto-config.git",

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