Socket
Socket
Sign inDemoInstall

vscode-nls

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-nls - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/main.js

@@ -48,2 +48,6 @@ /* --------------------------------------------------------------------------------------------

if (isNumber(key)) {
if (key >= message.length) {
console.error("Broken localize call found. Index out of bounds. Stacktrace is\n: " + (new Error('')).stack);
return;
}
return format(messages[key], args);

@@ -50,0 +54,0 @@ }

2

package.json
{
"name": "vscode-nls",
"version": "1.0.4",
"version": "1.0.5",
"description": "NPM module to externalize and localize VSCode extensions",

@@ -5,0 +5,0 @@ "author": "Microsoft Corporation",

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