New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cde-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cde-toolbelt - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

lib/commands/ShareCommand.js

@@ -22,3 +22,3 @@ var execSync = require('exec-sync');

console.log('Adding permissions for user %s', this._config.user);
execSync('sudo useradd -G users,admin,adm -m ' + this._config.user);
execSync('sudo useradd -G users,admin,adm -m -g users ' + this._config.user);
} catch (e) {

@@ -39,3 +39,3 @@ return this._callback(e);

console.log('Removing users permissions (%s)', this._config.user);
execSync('sudo userdel ' + this._config.user);
execSync('sudo userdel -f ' + this._config.user);
} catch (e) {

@@ -42,0 +42,0 @@ return this._callback(e);

{
"name": "cde-toolbelt",
"description": "Project starter for CDE apps",
"version": "1.0.7",
"version": "1.0.8",
"contributors": [

@@ -6,0 +6,0 @@ "Kamil Rokosz <lax@lax.net.pl>",

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