Socket
Socket
Sign inDemoInstall

edp

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edp - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

11

lib/cli.js

@@ -47,2 +47,11 @@ /**

function leaveRootMode() {
if ( process.env.SUDO_GID ) {
try {
process.setgid( parseInt( process.env.SUDO_GID, 10 ) );
}
catch( ex ) {
edp.log.warn( 'setgid failed, msg = %s', ex.toString() );
}
}
if ( process.env.SUDO_UID ) {

@@ -134,3 +143,3 @@ try {

} catch ( ex ) {
edp.log.warn( ex.toString() );
edp.log.info( 'Install %s automatically', providerPackage );

@@ -137,0 +146,0 @@ var dir = path.join( __dirname, '..', 'node_modules', providerPackage );

2

package.json
{
"name": "edp",
"description": "Enterprise Develop Platform",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"contributors": [

@@ -6,0 +6,0 @@ { "name": "errorrik", "email": "errorrik@gmail.com" },

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