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

@lwc/style-compiler

Package Overview
Dependencies
Maintainers
13
Versions
785
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 7.3.0-alpha.3 to 8.0.0-alpha.0

2

dist/index.cjs.js

@@ -780,3 +780,3 @@ /**

exports.transform = transform;
/** version: 7.2.0 */
/** version: 7.2.4 */
//# sourceMappingURL=index.cjs.js.map

@@ -776,3 +776,3 @@ /**

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

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

"name": "@lwc/style-compiler",
"version": "7.3.0-alpha.3",
"version": "8.0.0-alpha.0",
"description": "Transform style sheet to be consumed by the LWC engine",

@@ -26,2 +26,5 @@ "keywords": [

},
"engines": {
"node": ">=20.9.0"
},
"main": "dist/index.cjs.js",

@@ -47,7 +50,7 @@ "module": "dist/index.js",

"dependencies": {
"@lwc/shared": "7.3.0-alpha.3",
"postcss": "~8.4.40",
"postcss-selector-parser": "~6.1.1",
"@lwc/shared": "8.0.0-alpha.0",
"postcss": "~8.4.44",
"postcss-selector-parser": "~6.1.2",
"postcss-value-parser": "~4.2.0"
}
}
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