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.4 to 0.0.5

8

dist/index.d.ts

@@ -1,7 +0,7 @@

import type { TransformOptions } from "lightningcss";
import type { CustomAtRules, TransformOptions } from "lightningcss";
import { type Plugin } from "vite";
declare type ViteTransformOptions = Omit<TransformOptions, "filename" | "code"> & {
browserslist?: string | readonly string[];
declare type ViteTransformOptions<C extends CustomAtRules> = Omit<TransformOptions<C>, "filename" | "code"> & {
browserslist?: string | readonly string[];
};
declare function lightningcss(opts?: ViteTransformOptions): Plugin[];
declare function lightningcss<C extends CustomAtRules>(opts?: ViteTransformOptions<C>): Plugin[];
export default lightningcss;
{
"name": "vite-plugin-lightningcss",
"module": "src/index.ts",
"version": "0.0.4",
"version": "0.0.5",
"author": "Lawrence Chen <lawrencechen2002@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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