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.8.0 to 8.9.0

6

dist/index.cjs.js

@@ -781,5 +781,5 @@ /**

const scoped = !!config.scoped;
const apiVersion = shared.getAPIVersionFromNumber(config.apiVersion);
shared.getAPIVersionFromNumber(config.apiVersion);
const disableSyntheticShadowSupport = !!config.disableSyntheticShadowSupport;
const plugins = [postCssLwcPlugin({ scoped, apiVersion, disableSyntheticShadowSupport })];
const plugins = [postCssLwcPlugin({ scoped, disableSyntheticShadowSupport })];
const result = postcss(plugins).process(src, { from: id }).sync();

@@ -790,3 +790,3 @@ return { code: serialize(result, config) };

exports.transform = transform;
/** version: 8.8.0 */
/** version: 8.9.0 */
//# sourceMappingURL=index.cjs.js.map

@@ -777,5 +777,5 @@ /**

const scoped = !!config.scoped;
const apiVersion = getAPIVersionFromNumber(config.apiVersion);
getAPIVersionFromNumber(config.apiVersion);
const disableSyntheticShadowSupport = !!config.disableSyntheticShadowSupport;
const plugins = [postCssLwcPlugin({ scoped, apiVersion, disableSyntheticShadowSupport })];
const plugins = [postCssLwcPlugin({ scoped, disableSyntheticShadowSupport })];
const result = postcss(plugins).process(src, { from: id }).sync();

@@ -786,3 +786,3 @@ return { code: serialize(result, config) };

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

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

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

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

"dependencies": {
"@lwc/shared": "8.8.0",
"postcss": "~8.4.48",
"@lwc/shared": "8.9.0",
"postcss": "~8.4.49",
"postcss-selector-parser": "~7.0.0",

@@ -50,0 +50,0 @@ "postcss-value-parser": "~4.2.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