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.1.0 to 4.1.1

2

lib/esm/services/htmlLinks.js

@@ -21,3 +21,3 @@ /*---------------------------------------------------------------------------------------------

}
if (languageId === 'handlebars' && /{{.*}}/.test(url)) {
if (languageId === 'handlebars' && /{{|}}/.test(url)) {
return false;

@@ -24,0 +24,0 @@ }

@@ -33,3 +33,3 @@ /*---------------------------------------------------------------------------------------------

}
if (languageId === 'handlebars' && /{{.*}}/.test(url)) {
if (languageId === 'handlebars' && /{{|}}/.test(url)) {
return false;

@@ -36,0 +36,0 @@ }

{
"name": "vscode-html-languageservice",
"version": "4.1.0",
"version": "4.1.1",
"description": "Language service for HTML",

@@ -18,3 +18,3 @@ "main": "./lib/umd/htmlLanguageService.js",

"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/mocha": "^9.0.0",
"@types/node": "^10.12.21",

@@ -25,6 +25,6 @@ "@typescript-eslint/eslint-plugin": "^4.31.0",

"js-beautify": "^1.14.0",
"mocha": "^9.1.1",
"mocha": "^9.1.2",
"rimraf": "^3.0.2",
"typescript": "^4.4.2",
"vscode-web-custom-data": "^0.3.5"
"typescript": "^4.4.3",
"vscode-web-custom-data": "^0.3.6"
},

@@ -31,0 +31,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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