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

@stylable/language-service

Package Overview
Dependencies
Maintainers
7
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/language-service - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

1

dist/lib/css-service.js

@@ -103,2 +103,3 @@ "use strict";

atRuleName === '@st-import' ||
atRuleName === '@property' ||
atRuleName === '@st-global-custom-property')) {

@@ -105,0 +106,0 @@ return false;

12

package.json
{
"name": "@stylable/language-service",
"version": "5.1.0",
"version": "5.2.0",
"description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.",

@@ -14,8 +14,8 @@ "main": "dist/index.js",

"dependencies": {
"@file-services/types": "^7.0.0",
"@file-services/typescript": "^7.0.0",
"@stylable/code-formatter": "^5.1.0",
"@stylable/core": "^5.1.0",
"@file-services/types": "^7.0.1",
"@file-services/typescript": "^7.0.1",
"@stylable/code-formatter": "^5.2.0",
"@stylable/core": "^5.2.0",
"css-selector-tokenizer": "^0.8.0",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-value-parser": "^4.2.0",

@@ -22,0 +22,0 @@ "vscode-css-languageservice": "^6.0.1",

@@ -141,2 +141,3 @@ import type { IFileSystem } from '@file-services/types';

atRuleName === '@st-import' ||
atRuleName === '@property' ||
atRuleName === '@st-global-custom-property')

@@ -143,0 +144,0 @@ ) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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