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

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.0 to 3.2.1

6

lib/main.js

@@ -257,4 +257,3 @@ /* --------------------------------------------------------------------------------------------

var result;
var root = path.join(options.cacheRoot, header.id + "-" + header.hash);
var bundle = path.join(root, "nls.bundle.json");
var bundle = path.join(options.cacheRoot, header.id + "-" + header.hash + ".json");
var useMemoryOnly = false;

@@ -264,3 +263,3 @@ var writeBundle = false;

result = JSON.parse(fs.readFileSync(bundle, { encoding: 'utf8', flag: 'r' }));
touch(root);
touch(bundle);
return result;

@@ -286,3 +285,2 @@ }

if (writeBundle) {
mkdir(root);
try {

@@ -289,0 +287,0 @@ fs.writeFileSync(bundle, JSON.stringify(result), { encoding: 'utf8', flag: 'wx' });

{
"name": "vscode-nls",
"version": "3.2.0",
"version": "3.2.1",
"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