Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vscode/vsce

Package Overview
Dependencies
Maintainers
7
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/vsce - npm Package Compare versions

Comparing version 2.21.1 to 2.22.0

1

out/package.js

@@ -249,3 +249,2 @@ "use strict";

'win32-x64',
'win32-ia32',
'win32-arm64',

@@ -252,0 +251,0 @@ 'linux-x64',

2

out/validation.js

@@ -115,3 +115,3 @@ "use strict";

});
const error = new Error(`@types/vscode ${typeVersion} greater than engines.vscode ${engineVersion}. Consider upgrade engines.vscode or use an older @types/vscode version`);
const error = new Error(`@types/vscode ${typeVersion} greater than engines.vscode ${engineVersion}. Either upgrade engines.vscode or use an older @types/vscode version`);
if (typeMajor > engineMajor) {

@@ -118,0 +118,0 @@ throw error;

{
"name": "@vscode/vsce",
"version": "2.21.1",
"version": "2.22.0",
"description": "VS Code Extensions Manager",

@@ -5,0 +5,0 @@ "repository": {

@@ -75,3 +75,3 @@ # vsce

"vsce": {
"baseImagesUrl": "https://my.custom/base/images/url"
"baseImagesUrl": "https://my.custom/base/images/url",
"dependencies": true,

@@ -78,0 +78,0 @@ "yarn": false

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