Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@vscode/sudo-prompt

Package Overview
Dependencies
Maintainers
17
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/sudo-prompt - npm Package Compare versions

Comparing version
9.3.0
to
9.3.1
+6
-0
CHANGELOG.md

@@ -0,1 +1,7 @@

## [9.3.1] 2021-11-19
### Changed
- Updated package.json metadata.
## [9.3.0] 2021-11-17

@@ -2,0 +8,0 @@

+4
-4
{
"name": "@vscode/sudo-prompt",
"version": "9.3.0",
"version": "9.3.1",
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",

@@ -18,3 +18,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/microsoft/vscode-sudo-prompt.git"
"url": "git+https://github.com/bpasero/sudo-prompt.git"
},

@@ -38,6 +38,6 @@ "keywords": [

"bugs": {
"url": "https://github.com/microsoft/vscode-sudo-prompt/issues"
"url": "https://github.com/bpasero/sudo-prompt/issues"
},
"homepage": "https://github.com/microsoft/vscode-sudo-prompt#readme",
"homepage": "https://github.com/bpasero/sudo-prompt#readme",
"scripts": {}
}