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

configuration-master

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

configuration-master - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

index.js
const _ = require('lodash');
const path = require('path');

@@ -73,3 +74,4 @@

{
let tmp = require(filename);
const fpath = path.resolve(path.dirname(require.main.filename), filename);
const tmp = require(fpath);
this.setConfig(tmp, namespace);

@@ -76,0 +78,0 @@ }

{
"name": "configuration-master",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple configuration load/access tool.",

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