Socket
Socket
Sign inDemoInstall

vscode-nls

Package Overview
Dependencies
Maintainers
9
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 3.2.2 to 3.2.3

7

lib/main.js

@@ -271,3 +271,8 @@ /* --------------------------------------------------------------------------------------------

// We have a syntax error. So no valid JSON. Use
console.log("Syntax error parsing message bundle: " + err.message);
console.log("Syntax error parsing message bundle: " + err.message + ".");
fs.unlink(bundle, function (err) {
if (err) {
console.error("Deleting corrupted bundle " + bundle + " failed.");
}
});
useMemoryOnly = true;

@@ -274,0 +279,0 @@ }

2

package.json
{
"name": "vscode-nls",
"version": "3.2.2",
"version": "3.2.3",
"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