🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

unplugin-oxc

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-oxc - npm Package Compare versions

Comparing version

to
0.3.5

11

dist/esbuild.d.ts

@@ -15,13 +15,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Esbuild plugin
*
* @example
* ```ts
* import { build } from 'esbuild'
* import Oxc from 'unplugin-oxc/esbuild'
*
* build({ plugins: [Oxc()] })
```
*/
declare const esbuild: typeof Oxc.esbuild;

@@ -28,0 +17,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Farm plugin
*
* @example
* ```ts
* // farm.config.js
* import Oxc from 'unplugin-oxc/farm'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
declare const farm: typeof Oxc.farm;

@@ -32,0 +19,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Rolldown plugin
*
* @example
* ```ts
* // rolldown.config.js
* import Oxc from 'unplugin-oxc/rolldown'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
declare const rolldown: typeof Oxc.rolldown;

@@ -32,0 +19,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Rollup plugin
*
* @example
* ```ts
* // rollup.config.js
* import Oxc from 'unplugin-oxc/rollup'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
declare const rollup: typeof Oxc.rollup;

@@ -32,0 +19,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Rspack plugin
*
* @example
* ```js
* // rspack.config.js
* import Oxc from 'unplugin-oxc/rspack'
*
* default export {
* plugins: [Oxc()],
* }
* ```
*/
declare const rspack: typeof Oxc.rspack;

@@ -32,0 +19,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Unloader plugin
*
* @example
* ```ts
* // unloader.config.js
* import Oxc from 'unplugin-oxc/unloader'
*
* export default {
* plugins: [Oxc()],
* }
* ```
*/
declare const unloader: typeof Oxc.unloader;

@@ -32,0 +19,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Vite plugin
*
* @example
* ```ts
* // vite.config.ts
* import Oxc from 'unplugin-oxc/vite'
*
* export default defineConfig({
* plugins: [Oxc()],
* })
* ```
*/
declare const vite: typeof Oxc.vite;

@@ -32,0 +19,0 @@

@@ -17,15 +17,2 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";

*/
/**
* Webpack plugin
*
* @example
* ```js
* // webpack.config.js
* import Oxc from 'unplugin-oxc/webpack'
*
* default export {
* plugins: [Oxc()],
* }
* ```
*/
declare const webpack: typeof Oxc.webpack;

@@ -32,0 +19,0 @@

16

package.json
{
"name": "unplugin-oxc",
"version": "0.3.4",
"version": "0.3.5",
"description": "Oxc integration for unplugin.",

@@ -66,5 +66,5 @@ "type": "module",

"dependencies": {
"oxc-minify": "^0.64.0",
"oxc-resolver": "^5.3.0",
"oxc-transform": "^0.64.0",
"oxc-minify": "^0.65.0",
"oxc-resolver": "^6.0.0",
"oxc-transform": "^0.65.0",
"unplugin": "^2.3.2",

@@ -74,3 +74,3 @@ "unplugin-utils": "^0.2.4"

"devDependencies": {
"@sxzz/eslint-config": "^6.1.1",
"@sxzz/eslint-config": "^6.1.2",
"@sxzz/prettier-config": "^2.2.1",

@@ -80,7 +80,7 @@ "@sxzz/test-utils": "^0.5.5",

"bumpp": "^10.1.0",
"eslint": "^9.25.0",
"eslint": "^9.25.1",
"prettier": "^3.5.3",
"rollup": "^4.40.0",
"tinyexec": "^1.0.1",
"tsdown": "^0.9.0",
"tsdown": "^0.9.3",
"tsx": "^4.19.3",

@@ -90,3 +90,3 @@ "typescript": "^5.8.3",

"vite": "^6.3.2",
"vitest": "^3.1.1"
"vitest": "^3.1.2"
},

@@ -93,0 +93,0 @@ "engines": {