Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylable/language-service

Package Overview
Dependencies
Maintainers
6
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.13.0 to 5.14.0

5

dist/lib/css-service.js

@@ -147,3 +147,6 @@ "use strict";

const prop = diag.message.match(/'(.*)'/)[1];
if (meta.getStVar(prop) || prop === 'container' || prop === 'container-name') {
if (meta.getStVar(prop) ||
prop === 'container' ||
prop === 'container-name' ||
prop === 'd') {
return false;

@@ -150,0 +153,0 @@ }

10

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

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

"dependencies": {
"@file-services/types": "^7.3.0",
"@file-services/typescript": "^7.3.0",
"@stylable/code-formatter": "^5.13.0",
"@stylable/core": "^5.13.0",
"@file-services/types": "^7.4.0",
"@file-services/typescript": "^7.4.0",
"@stylable/code-formatter": "^5.14.0",
"@stylable/core": "^5.14.0",
"@tokey/core": "^1.4.0",

@@ -20,0 +20,0 @@ "@tokey/css-selector-parser": "^0.6.1",

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

if (meta.getStVar(prop) || prop === 'container' || prop === 'container-name') {
if (
meta.getStVar(prop) ||
prop === 'container' ||
prop === 'container-name' ||
prop === 'd'
) {
return false;

@@ -205,0 +210,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