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

@swc/plugin-loadable-components

Package Overview
Dependencies
Maintainers
2
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/plugin-loadable-components - npm Package Compare versions

Comparing version

to
6.0.2

6

CHANGELOG.md
# @swc/plugin-loadable-components
## 6.0.2
### Patch Changes
- cb94b92: Update swc_core to v21.0.1
## 6.0.1

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@swc/plugin-loadable-components",
"version": "6.0.1",
"version": "6.0.2",
"description": "SWC plugin for `@loadable/components`",

@@ -23,6 +23,6 @@ "main": "swc_plugin_loadable_components.wasm",

"scripts": {
"build": "cargo build --release -p swc_plugin_loadable_components --target wasm32-wasi && cp ../../target/wasm32-wasi/release/swc_plugin_loadable_components.wasm .",
"build:debug": "cargo build -p swc_plugin_loadable_components --target wasm32-wasi && cp ../../target/wasm32-wasi/debug/swc_plugin_loadable_components.wasm .",
"test": "npm run build:debug && vitest run"
"build": "cargo build --release -p swc_plugin_loadable_components --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/release/swc_plugin_loadable_components.wasm .",
"build:debug": "cargo build -p swc_plugin_loadable_components --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/debug/swc_plugin_loadable_components.wasm .",
"test": "pnpm run build:debug && vitest run --testTimeout=0"
}
}

@@ -26,2 +26,8 @@ # loadable-components

## 6.0.2
### Patch Changes
- cb94b92: Update swc_core to v21.0.1
## 6.0.1

@@ -28,0 +34,0 @@

Sorry, the diff of this file is not supported yet