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

fwk

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fwk - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

9

lib/cfg.js

@@ -70,3 +70,4 @@ // Copyright Teleportd

config[result[1]] != result[2]) {
util.debug('config(arg): ' + result[1] + '=' + config[result[1]] + ' -> ' + result[1] + '=' + result[2]);
if(!config['SILENT_CONFIG'])
util.debug('config(arg): ' + result[1] + '=' + config[result[1]] + ' -> ' + result[1] + '=' + result[2]);
config[result[1]] = result[2];

@@ -80,3 +81,4 @@ }

config[i] != process.env[i]) {
util.debug('config(env): ' + i + '=' + config[i] + ' -> ' + i + '=' + process.env[i]);
if(!config['SILENT_CONFIG'])
util.debug('config(env): ' + i + '=' + config[i] + ' -> ' + i + '=' + process.env[i]);
config[i] = process.env[i];

@@ -112,2 +114,3 @@ }

var base_config = {
'SILENT_CONFIG': false,
'DEBUG': false,

@@ -118,2 +121,2 @@ 'HMAC_ALGO': 'sha512',

return base.shallow(base_config);
};
};
{
"name": "fwk",
"version": "0.1.12",
"version": "0.1.13",
"description": "Simple JS framework for node.js",

@@ -5,0 +5,0 @@ "keywords": ["fwk", "node"],

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