Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 2.0.2

5

commands/apply.js

@@ -21,5 +21,6 @@ "use strict";

const config = yield index_1.configExtends.apply(source, target);
if (!target)
console.log(config);
if (!target) {
console.log(JSON.stringify(config, null, 2));
}
});
//# sourceMappingURL=apply.js.map

4

commands/extends.js

@@ -19,5 +19,5 @@ "use strict";

}
const config = yield index_1.configExtends.extends(JSON.parse(source));
console.log(config);
const config = index_1.configExtends.extends(JSON.parse(source));
console.log(JSON.stringify(config, null, 2));
});
//# sourceMappingURL=extends.js.map
{
"name": "config-extends",
"version": "2.0.1",
"version": "2.0.2",
"description": "Allow to extend yaml or json files configuration",

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

Sorry, the diff of this file is not supported yet

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