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

c0nfig

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c0nfig - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/index.js

@@ -28,5 +28,4 @@ (function (global, factory) {

var fileName = "".concat(env, ".config.js");
var filePath = path.resolve(__dirname, "../../config/".concat(fileName));
var config = require("".concat(filePath));
var config = require("../../../config/".concat(fileName));

@@ -33,0 +32,0 @@ config.env = env;

{
"name": "c0nfig",
"version": "1.0.4",
"version": "1.0.5",
"description": "require local configs as if it's node_modules",

@@ -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