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

5

lib/cfg.js

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

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

@@ -81,3 +81,3 @@ config[result[1]] = result[2];

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

@@ -114,3 +114,2 @@ config[i] = process.env[i];

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

@@ -117,0 +116,0 @@ 'HMAC_ALGO': 'sha512',

6

package.json
{
"name": "fwk",
"version": "1.0.11",
"version": "1.1.1",
"description": "Simple JS framework for node.js",

@@ -13,7 +13,7 @@ "keywords": ["fwk", "node"],

"dependencies": {
"should": "0.6.x",
"should": "1.2.x",
"async": "0.2.x"
},
"main" : "./lib/fwk",
"engines" : { "node" : ">=0.4.0" }
"engines" : { "node" : ">=0.8.0" }
}
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