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

@lwc/style-compiler

Package Overview
Dependencies
Maintainers
0
Versions
798
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/style-compiler - npm Package Compare versions

Comparing version 8.6.0 to 8.7.0

6

dist/index.cjs.js

@@ -120,2 +120,6 @@ /**

}
if (disableSyntheticShadow) {
// Mark the stylesheet as $nativeOnly$ so it can be ignored in synthetic shadow mode
buffer += `${STYLESHEET_IDENTIFIER}.${shared.KEY__NATIVE_ONLY_CSS} = true;\n`;
}
// add import at the end

@@ -781,3 +785,3 @@ stylesheetList.push(STYLESHEET_IDENTIFIER);

exports.transform = transform;
/** version: 8.6.0 */
/** version: 8.7.0 */
//# sourceMappingURL=index.cjs.js.map

8

dist/index.js

@@ -5,3 +5,3 @@ /**

import postcss from 'postcss';
import { LWC_VERSION_COMMENT, KEY__SCOPED_CSS, getAPIVersionFromNumber } from '@lwc/shared';
import { LWC_VERSION_COMMENT, KEY__SCOPED_CSS, KEY__NATIVE_ONLY_CSS, getAPIVersionFromNumber } from '@lwc/shared';
import postCssSelector, { isPseudoClass, isCombinator, isPseudoElement, attribute, combinator } from 'postcss-selector-parser';

@@ -117,2 +117,6 @@ import valueParser from 'postcss-value-parser';

}
if (disableSyntheticShadow) {
// Mark the stylesheet as $nativeOnly$ so it can be ignored in synthetic shadow mode
buffer += `${STYLESHEET_IDENTIFIER}.${KEY__NATIVE_ONLY_CSS} = true;\n`;
}
// add import at the end

@@ -778,3 +782,3 @@ stylesheetList.push(STYLESHEET_IDENTIFIER);

export { transform };
/** version: 8.6.0 */
/** version: 8.7.0 */
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ {

"name": "@lwc/style-compiler",
"version": "8.6.0",
"version": "8.7.0",
"description": "Transform style sheet to be consumed by the LWC engine",

@@ -46,3 +46,3 @@ "keywords": [

"dependencies": {
"@lwc/shared": "8.6.0",
"@lwc/shared": "8.7.0",
"postcss": "~8.4.47",

@@ -49,0 +49,0 @@ "postcss-selector-parser": "~7.0.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