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

vscode-css-languageservice

Package Overview
Dependencies
Maintainers
6
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-css-languageservice - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

4

lib/esm/services/scssCompletion.js

@@ -305,3 +305,3 @@ /*---------------------------------------------------------------------------------------------

references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/use' }],
insertText: "@use '$0';",
insertText: "@use $0;",
insertTextFormat: InsertTextFormat.Snippet,

@@ -314,3 +314,3 @@ kind: CompletionItemKind.Keyword

references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/forward' }],
insertText: "@forward '$0';",
insertText: "@forward $0;",
insertTextFormat: InsertTextFormat.Snippet,

@@ -317,0 +317,0 @@ kind: CompletionItemKind.Keyword

@@ -316,3 +316,3 @@ var __extends = (this && this.__extends) || (function () {

references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/use' }],
insertText: "@use '$0';",
insertText: "@use $0;",
insertTextFormat: cssLanguageTypes_1.InsertTextFormat.Snippet,

@@ -325,3 +325,3 @@ kind: cssLanguageTypes_1.CompletionItemKind.Keyword

references: [{ name: 'Sass documentation', url: 'https://sass-lang.com/documentation/at-rules/forward' }],
insertText: "@forward '$0';",
insertText: "@forward $0;",
insertTextFormat: cssLanguageTypes_1.InsertTextFormat.Snippet,

@@ -328,0 +328,0 @@ kind: cssLanguageTypes_1.CompletionItemKind.Keyword

{
"name": "vscode-css-languageservice",
"version": "5.0.2",
"version": "5.0.3",
"description": "Language service for CSS, LESS and SCSS",

@@ -18,11 +18,11 @@ "main": "./lib/umd/cssLanguageService.js",

"devDependencies": {
"@types/mocha": "^8.0.4",
"@types/mocha": "^8.2.0",
"@types/node": "^10.12.21",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.1.2",
"vscode-web-custom-data": "^0.3.2"
"typescript": "^4.1.3",
"vscode-web-custom-data": "^0.3.3"
},

@@ -33,3 +33,3 @@ "dependencies": {

"vscode-nls": "^5.0.0",
"vscode-uri": "^3.0.1"
"vscode-uri": "^3.0.2"
},

@@ -36,0 +36,0 @@ "scripts": {

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