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

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.7 to 1.0.0-beta.8

6

lib/cli.js

@@ -123,3 +123,7 @@ /**

// 运行命令之前,切换到正常的用户,否则可能导致创建的文件是属于root的
leaveRootMode();
if ( !( commandModule.cli.command === 'install' && providerPackage === 'edp-core' ) ) {
// 如果执行的是sudo edp install edp-package
// 那么就继续在root模式下面就好了
leaveRootMode();
}
commandModule.cli.main( x.args, x.opts );

@@ -126,0 +130,0 @@ }

2

package.json
{
"name": "edp",
"description": "Enterprise Develop Platform",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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