vscode-nls
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -48,3 +48,3 @@ /* -------------------------------------------------------------------------------------------- | ||
if (isNumber(key)) { | ||
if (key >= message.length) { | ||
if (key >= messages.length) { | ||
console.error("Broken localize call found. Index out of bounds. Stacktrace is\n: " + (new Error('')).stack); | ||
@@ -51,0 +51,0 @@ return; |
{ | ||
"name": "vscode-nls", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "NPM module to externalize and localize VSCode extensions", | ||
@@ -5,0 +5,0 @@ "author": "Microsoft Corporation", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11490
6
0
42