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

misty-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

misty-config - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

loader/shared.js

8

index.js

@@ -1,5 +0,5 @@

var util = require('util'),
path = require('path'),
_ = require('underscore'),
config = require('config');
var _ = require('lodash');
var config = require('config');
var path = require('path');
var util = require('util');

@@ -6,0 +6,0 @@

{
"name": "misty-config",
"version": "2.0.1",
"version": "2.1.0",
"description": "Cascading configuration with environment variable support",

@@ -19,4 +19,5 @@ "main": "index.js",

"js-yaml": "^3.6.1",
"recursive-readdir-sync": "^1.0.6",
"underscore": "^1.8.3"
"loader-utils": "^0.2.15",
"lodash": "^4.13.1",
"recursive-readdir-sync": "^1.0.6"
},

@@ -27,3 +28,3 @@ "devDependencies": {

},
"webpackLoader": "webpack-loader.js"
"webpackLoader": "loader/webpack-loader.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