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

config-extends

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-extends - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

configExtends.js

@@ -327,3 +327,5 @@ "use strict";

break;
_config = _config[names[i]];
_config = Array.isArray(_config)
? _config.find(p => p.name === names[i])
: _config[names[i]];
}

@@ -330,0 +332,0 @@ return _config;

{
"name": "config-extends",
"version": "2.0.4",
"version": "2.0.5",
"description": "Allow to extend yaml or json files configuration",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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