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

vscode-html-languageservice

Package Overview
Dependencies
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-html-languageservice - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

lib/esm/services/htmlCompletion.js

@@ -516,3 +516,3 @@ /*---------------------------------------------------------------------------------------------

}
var value = defaultValue === 'doublequotes' ? '""' : '\'\'';
var value = defaultValue === 'doublequotes' ? '"$1"' : '\'$1\'';
var node = htmlDocument.findNodeBefore(offset);

@@ -519,0 +519,0 @@ if (node && node.attributes && node.start < offset && (!node.endTagStart || node.endTagStart > offset)) {

@@ -528,3 +528,3 @@ /*---------------------------------------------------------------------------------------------

}
var value = defaultValue === 'doublequotes' ? '""' : '\'\'';
var value = defaultValue === 'doublequotes' ? '"$1"' : '\'$1\'';
var node = htmlDocument.findNodeBefore(offset);

@@ -531,0 +531,0 @@ if (node && node.attributes && node.start < offset && (!node.endTagStart || node.endTagStart > offset)) {

{
"name": "vscode-html-languageservice",
"version": "4.2.0",
"version": "4.2.1",
"description": "Language service for HTML",

@@ -5,0 +5,0 @@ "main": "./lib/umd/htmlLanguageService.js",

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