New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vscode-html-languageservice

Package Overview
Dependencies
Maintainers
6
Versions
141
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.0.5 to 4.0.6

2

docs/customData.schema.json

@@ -179,3 +179,3 @@ {

"valueSets": {
"description": "A set of attribute value. When an attribute refers to an attribute set, its value completion will use valuse from that set",
"description": "A set of attribute value. When an attribute refers to an attribute set, its value completion will use value from that set",
"type": "array",

@@ -182,0 +182,0 @@ "items": {

// copied from js-beautify/js/lib/beautify-css.js
// version: 1.13.13
// version: 1.14.0
/* AUTO-GENERATED. DO NOT MODIFY. */

@@ -1458,3 +1458,3 @@ /*

this.eatWhitespace(true);
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport) {
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport && !insideAtExtend) {
this._output.add_new_line();

@@ -1461,0 +1461,0 @@ } else {

// copied from js-beautify/js/lib/beautify-css.js
// version: 1.13.13
// version: 1.14.0
/* AUTO-GENERATED. DO NOT MODIFY. */

@@ -1461,3 +1461,3 @@ /*

this.eatWhitespace(true);
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport) {
if (this._options.selector_separator_newline && !insidePropertyValue && parenLevel === 0 && !insideAtImport && !insideAtExtend) {
this._output.add_new_line();

@@ -1464,0 +1464,0 @@ } else {

{
"name": "vscode-html-languageservice",
"version": "4.0.5",
"version": "4.0.6",
"description": "Language service for HTML",

@@ -20,9 +20,9 @@ "main": "./lib/umd/htmlLanguageService.js",

"@types/node": "^10.12.21",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"js-beautify": "^1.13.13",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"js-beautify": "^1.14.0",
"mocha": "^8.4.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.2",
"typescript": "^4.3.4",
"vscode-web-custom-data": "^0.3.4"

@@ -29,0 +29,0 @@ },

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

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

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