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.6.1 to 1.7.0

2

bin/cli.js

@@ -29,2 +29,4 @@ #!/usr/bin/env node

.option('--get-config', 'get the contents of the parsed deprc config')
// Editor tracking

@@ -31,0 +33,0 @@ .option('--editor', 'the editor being used')

@@ -110,2 +110,5 @@ var Config = require('./Config');

findDrivers(options);
} else if (program.getConfig) {
deferred.resolve(config.toJSON());
}

@@ -112,0 +115,0 @@

@@ -70,2 +70,13 @@ var fs = require('fs');

Config.prototype.toJSON = function() {
return {
stylesRoot: this.stylesRoot,
buildConfig: this.buildConfig,
webpackConfig: this.webpackConfig,
requireConfig: this.requireConfig,
directory: this.directory,
exclude: this.exclude
};
};
function getAbsolute(filepath, base) {

@@ -72,0 +83,0 @@ return filepath ? path.resolve(path.dirname(base), filepath) : '';

2

package.json
{
"name": "dependents-editor-backend",
"version": "1.6.1",
"version": "1.7.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