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

@waiting/shared-core

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-core - npm Package Compare versions

Comparing version 23.7.0 to 23.8.0

2

dist/lib/shell/user.types.d.ts

@@ -28,6 +28,8 @@ export interface CreateUserOptions {

sudoWithoutPassword?: boolean;
sshAllowUser?: boolean;
}
export declare enum UserShell {
nologin = "/sbin/nologin",
binFalse = "/bin/false"
}
//# sourceMappingURL=user.types.d.ts.map

2

dist/lib/shell/user.types.js
export var UserShell;
(function (UserShell) {
// nologin = '/sbin/nologin',
UserShell["nologin"] = "/sbin/nologin";
UserShell["binFalse"] = "/bin/false";
})(UserShell || (UserShell = {}));
//# sourceMappingURL=user.types.js.map
{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "23.7.0",
"version": "23.8.0",
"description": "node core function re export with Promise or Observable",

@@ -80,3 +80,3 @@ "keywords": [

},
"gitHead": "0d4d29c322da460c4052d3aa2abbe9f974e08f9a"
"gitHead": "89694676fe7131f2806909ba9eb61be664623574"
}

@@ -29,8 +29,9 @@

sudoWithoutPassword?: boolean
sshAllowUser?: boolean
}
export enum UserShell {
// nologin = '/sbin/nologin',
nologin = '/sbin/nologin',
binFalse = '/bin/false',
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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