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

vite-plugin-lightningcss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-lightningcss - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

19

package.json
{
"name": "vite-plugin-lightningcss",
"module": "src/index.ts",
"version": "0.0.1",
"version": "0.0.2",
"author": "Lawrence Chen <lawrencechen2002@gmail.com>",
"license": "MIT",
"description": "A Vite plugin for Lightning CSS.",
"type": "module",
"homepage": "https://github.com/lawrencecchen/vite-plugin-lightningcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/lawrencecchen/vite-plugin-lightningcss.git"
},
"keywords": [
"css",
"autoprefixer",
"prefix",
"vite"
],
"sideEffects": false,
"exports": {

@@ -29,5 +43,2 @@ ".": {

},
"engines": {
"node": ">= 16.0.0"
},
"scripts": {

@@ -34,0 +45,0 @@ "build": "tsup src/index.ts --format esm,cjs --external ../pkg && tsc --emitDeclarationOnly --declaration --outDir ./dist"

@@ -1,15 +0,1 @@

# vite-lightningcss-plugin
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v0.1.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
# vite-plugin-lightningcss
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