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

@master/css-compiler

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css-compiler - npm Package Compare versions

Comparing version 2.0.0-beta.4 to 2.0.0-beta.5

2

package.json

@@ -71,3 +71,3 @@ {

},
"version": "2.0.0-beta.4"
"version": "2.0.0-beta.5"
}

@@ -46,3 +46,3 @@ <br><br>

```js
import { MasterCSSVitePlugin } from '../../dist'
import { MasterCSSVitePlugin } from '@master/css-compiler'

@@ -64,3 +64,7 @@ export default defineConfig({

config.plugins.push(
new MasterCSSWebpackPlugin()
new MasterCSSWebpackPlugin({
output: {
path: 'static/css'
}
})
)

@@ -67,0 +71,0 @@ return config

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