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

config-ext

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-ext - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

obj/index.js

@@ -11,3 +11,3 @@ "use strict";

if (!config.has(path)) {
throw new Error('missing required config: ' + path + message ? '. ' + message : '');
throw new Error('missing required config: ' + path + (message ? '. ' + message : ''));
}

@@ -14,0 +14,0 @@ }

{
"name": "config-ext",
"version": "1.0.1",
"version": "1.0.2",
"description": "helpful extension methods for [`config`](https://www.npmjs.com/package/config)",

@@ -5,0 +5,0 @@ "repository": "git@github.com:js-n/config-ext.git",

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