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.9.0 to 23.10.0

4

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

@@ -29,2 +29,6 @@ export interface CreateUserOptions {

sshAllowUser?: boolean;
/**
* prerequisite: sshAllowUser = true
*/
sshSelfWithoutPassword?: boolean;
}

@@ -31,0 +35,0 @@ export declare enum UserShell {

4

package.json
{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "23.9.0",
"version": "23.10.0",
"description": "node core function re export with Promise or Observable",

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

},
"gitHead": "391db0e998587645d8e0acab00a0a17b08c4aec7"
"gitHead": "faa922448423b20652aca81654a26eac860a23e4"
}

@@ -30,2 +30,6 @@

sshAllowUser?: boolean
/**
* prerequisite: sshAllowUser = true
*/
sshSelfWithoutPassword?: boolean
}

@@ -32,0 +36,0 @@

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