@lwc/style-compiler
Advanced tools
| /** | ||
| * Copyright (c) 2025 Salesforce, Inc. | ||
| * Copyright (c) 2026 Salesforce, Inc. | ||
| */ | ||
@@ -894,3 +894,3 @@ 'use strict'; | ||
| exports.transform = transform; | ||
| /** version: 8.26.2 */ | ||
| /** version: 8.27.0 */ | ||
| //# sourceMappingURL=index.cjs.js.map |
+2
-2
| /** | ||
| * Copyright (c) 2025 Salesforce, Inc. | ||
| * Copyright (c) 2026 Salesforce, Inc. | ||
| */ | ||
@@ -890,3 +890,3 @@ import postcss, { CssSyntaxError } from 'postcss'; | ||
| export { transform }; | ||
| /** version: 8.26.2 */ | ||
| /** version: 8.27.0 */ | ||
| //# sourceMappingURL=index.js.map |
+3
-3
@@ -7,3 +7,3 @@ { | ||
| "name": "@lwc/style-compiler", | ||
| "version": "8.26.2", | ||
| "version": "8.27.0", | ||
| "description": "Transform style sheet to be consumed by the LWC engine", | ||
@@ -50,7 +50,7 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@lwc/shared": "8.26.2", | ||
| "@lwc/shared": "8.27.0", | ||
| "postcss": "~8.5.6", | ||
| "postcss-selector-parser": "~7.1.0", | ||
| "postcss-selector-parser": "~7.1.1", | ||
| "postcss-value-parser": "~4.2.0" | ||
| } | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
+ Added
- Removed
Updated