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

swc-plugin-import-meta-env

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swc-plugin-import-meta-env - npm Package Compare versions

Comparing version 1.9.3 to 1.10.0

14

package.json
{
"name": "swc-plugin-import-meta-env",
"version": "1.9.3",
"version": "1.10.0",
"description": "@swc plugin for handling the transformation of import.meta.env",

@@ -21,10 +21,10 @@ "author": "Alex Miller <codex.nz@gmail.com>",

"scripts": {
"build": "cargo build-wasi",
"build": "cargo build-wasip1",
"build:release": "pnpm run build --release",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "cargo build-wasi --release",
"prepack": "pnpm run build:release && cp target/wasm32-wasi/release/swc_plugin_import_meta_env.wasm .",
"prepublishOnly": "cargo build-wasip1 --release",
"prepack": "pnpm run build:release && cp target/wasm32-wasip1/release/swc_plugin_import_meta_env.wasm .",
"release": "release-it",
"test": "pnpm run test:setup && pnpm run test:unit && pnpm run test:integration",
"test:setup": "pnpm run build && cp target/wasm32-wasi/debug/swc_plugin_import_meta_env.wasm .",
"test:setup": "pnpm run build && cp target/wasm32-wasip1/debug/swc_plugin_import_meta_env.wasm .",
"test:unit": "cargo test --color always",

@@ -38,3 +38,3 @@ "test:integration": "pnpm exec jest --config ./tests/integration/jest.config.cjs --no-cache"

"devDependencies": {
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.0",
"@swc/jest": "^0.2.37",

@@ -47,4 +47,4 @@ "@types/jest": "^29.5.14",

"peerDependencies": {
"@swc/core": "^1.9.3"
"@swc/core": "^1.10.0"
}
}

Sorry, the diff of this file is not supported yet

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