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.7.0 to 1.8.0

14

lib/Config.js

@@ -59,2 +59,5 @@ var fs = require('fs');

// Used by consumers to know where to find the node executable
this.nodePath = config.node_path || '';
if (!this.directory) {

@@ -73,2 +76,3 @@ throw new Error('Either a root or styles_root must be defined in your .deprc file');

return {
nodePath: this.nodePath,
stylesRoot: this.stylesRoot,

@@ -107,12 +111,2 @@ buildConfig: this.buildConfig,

/**
* Convenience function to load up the config by recursively searching
* for it starting with the given directory
*
* @param {String} directory
*/
Config.prototype.init = function(directory) {
this.load(this.find(directory));
};
module.exports = Config;
{
"name": "dependents-editor-backend",
"version": "1.7.0",
"version": "1.8.0",
"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