vscode-css-languageservice
Advanced tools
Comparing version 6.2.1 to 6.2.2
@@ -120,3 +120,3 @@ /*--------------------------------------------------------------------------------------------- | ||
export const units = { | ||
'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'vw', 'vh', 'vmin', 'vmax'], | ||
'length': ['cap', 'ch', 'cm', 'cqb', 'cqh', 'cqi', 'cqmax', 'cqmin', 'cqw', 'dvb', 'dvh', 'dvi', 'dvw', 'em', 'ex', 'ic', 'in', 'lh', 'lvb', 'lvh', 'lvi', 'lvw', 'mm', 'pc', 'pt', 'px', 'q', 'rem', 'svb', 'svh', 'svi', 'svw', 'vb', 'vh', 'vi', 'vmax', 'vmin', 'vw'], | ||
'angle': ['deg', 'rad', 'grad', 'turn'], | ||
@@ -123,0 +123,0 @@ 'time': ['ms', 's'], |
@@ -131,3 +131,3 @@ (function (factory) { | ||
exports.units = { | ||
'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'ch', 'vw', 'vh', 'vmin', 'vmax'], | ||
'length': ['cap', 'ch', 'cm', 'cqb', 'cqh', 'cqi', 'cqmax', 'cqmin', 'cqw', 'dvb', 'dvh', 'dvi', 'dvw', 'em', 'ex', 'ic', 'in', 'lh', 'lvb', 'lvh', 'lvi', 'lvw', 'mm', 'pc', 'pt', 'px', 'q', 'rem', 'svb', 'svh', 'svi', 'svw', 'vb', 'vh', 'vi', 'vmax', 'vmin', 'vw'], | ||
'angle': ['deg', 'rad', 'grad', 'turn'], | ||
@@ -134,0 +134,0 @@ 'time': ['ms', 's'], |
{ | ||
"name": "vscode-css-languageservice", | ||
"version": "6.2.1", | ||
"version": "6.2.2", | ||
"description": "Language service for CSS, LESS and SCSS", | ||
@@ -18,19 +18,19 @@ "main": "./lib/umd/cssLanguageService.js", | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "16.x", | ||
"@typescript-eslint/eslint-plugin": "^5.44.0", | ||
"@typescript-eslint/parser": "^5.44.0", | ||
"@vscode/web-custom-data": "^0.4.4", | ||
"eslint": "^8.28.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"@vscode/web-custom-data": "^0.4.5", | ||
"eslint": "^8.32.0", | ||
"js-beautify": "^1.14.7", | ||
"mocha": "^10.1.0", | ||
"rimraf": "^3.0.2", | ||
"mocha": "^10.2.0", | ||
"rimraf": "^4.1.1", | ||
"source-map-support": "^0.5.21", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
"dependencies": { | ||
"@vscode/l10n": "^0.0.10", | ||
"vscode-languageserver-textdocument": "^1.0.7", | ||
"@vscode/l10n": "^0.0.11", | ||
"vscode-languageserver-textdocument": "^1.0.8", | ||
"vscode-languageserver-types": "^3.17.2", | ||
"vscode-uri": "^3.0.6" | ||
"vscode-uri": "^3.0.7" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3131991
0
+ Added@vscode/l10n@0.0.11(transitive)
- Removed@vscode/l10n@0.0.10(transitive)
Updated@vscode/l10n@^0.0.11
Updatedvscode-uri@^3.0.7