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.8 to 1.0.9

4

lib/commands/ShareCommand.js

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

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

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

ShareCommand.prototype._userExists = function (user) {
var users = execSync("getent passwd | awk -F ':' '$4 > 1000 {print $1}' | grep " + user).split('\n');
var users = execSync("getent passwd | awk -F ':' '$4 = 100 {print $1}' | grep " + user).split('\n');

@@ -66,0 +66,0 @@ var index = users.indexOf(user);

{
"name": "cde-toolbelt",
"description": "Project starter for CDE apps",
"version": "1.0.8",
"version": "1.0.9",
"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