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

vite-plugin-swc-transform

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-swc-transform - npm Package Compare versions

Comparing version 0.4.0-beta to 0.4.0-beta.1

dist/esm/check-options-once.js

16

package.json
{
"name": "vite-plugin-swc-transform",
"version": "0.4.0-beta",
"version": "0.4.0-beta.1",
"description": "Vite plugin for transforming source files with SWC.",

@@ -34,3 +34,5 @@ "homepage": "https://github.com/ziir/vite-plugin-swc-transform/#readme",

"type": "module",
"module": "./dist/index.js",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"module": "./dist/esm/index.js",
"files": ["dist", "README.md"],

@@ -40,5 +42,5 @@ "exports": {

".": {
"types": "./dist/index.d.ts",
"types": "./dist/types/index.d.ts",
"source": "./src/index.ts",
"default": "./dist/index.js"
"default": "./dist/esm/index.js"
}

@@ -55,5 +57,6 @@ },

"check:fix": "npm run check -- --apply",
"prepare": "npm run validate && npm run build",
"prepare": "npm run validate && npm run build && publint",
"test": "vitest -c vitest.config.ts --run",
"validate": "npm run check && npm t"
"validate": "npm run check && npm t",
"prepublishOnly": "publint"
},

@@ -70,2 +73,3 @@ "dependencies": {

"@types/node": "^20.11.25",
"publint": "^0.2.7",
"typescript": "^5.4.5",

@@ -72,0 +76,0 @@ "vite": "^5.2.11",

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