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.26.1-0 to 2.26.1-1

6

out/nls.js

@@ -14,3 +14,7 @@ "use strict";

}
return (translations[match[1]] ?? value);
const translation = translations[match[1]];
if (translation === undefined) {
throw new Error(`No translation found for ${value}`);
}
return translation;
};

@@ -17,0 +21,0 @@ }

2

package.json
{
"name": "@vscode/vsce",
"version": "2.26.1-0",
"version": "2.26.1-1",
"description": "VS Code Extensions Manager",

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

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