Socket
Socket
Sign inDemoInstall

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.4.0 to 1.4.1

7

lib/Config.js

@@ -59,3 +59,7 @@ var fs = require('fs');

this.exclude = config.exclude ? config.exclude.split(',') : [];
this.exclude = config.exclude || [];
if (typeof this.exclude === 'string') {
this.exclude = this.exclude.split(',');
}
};

@@ -80,2 +84,3 @@

} catch (e) {
debug('json load error: ' + e.message);
throw new Error('.deprc config is not valid json');

@@ -82,0 +87,0 @@ }

2

package.json
{
"name": "dependents-editor-backend",
"version": "1.4.0",
"version": "1.4.1",
"description": "The brains behind Dependents editor plugins",

@@ -5,0 +5,0 @@ "main": "lib/cli.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