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

dependents-editor-backend

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependents-editor-backend - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2

10

lib/cli.js

@@ -31,6 +31,10 @@ var Config = require('./Config');

var config;
// Use an already loaded Config instance, if supplied
// Useful for tests that want to hijack the config loading process
var config = program.deprc;
try {
config = new Config();
config.findAndLoad(path.dirname(program.filename));
if (!config) {
config = new Config();
config.findAndLoad(path.dirname(program.filename));
}
debug('loaded config', config);

@@ -37,0 +41,0 @@

{
"name": "dependents-editor-backend",
"version": "1.11.1",
"version": "1.11.2",
"description": "The brains behind Dependents editor plugins",

@@ -41,3 +41,3 @@ "main": "lib/cli.js",

"dependents": "~3.1.3",
"filing-cabinet": "~1.2.4",
"filing-cabinet": "~1.2.5",
"is-plain-object": "~2.0.1",

@@ -44,0 +44,0 @@ "mixpanel": "~0.4.0",

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