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

rollup-plugin-swc3

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-swc3 - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

dist/index.d.ts

41

package.json
{
"name": "rollup-plugin-swc3",
"version": "0.0.0",
"version": "0.1.0",
"description": "Use SWC with Rollup to transform ESNext and TypeScript code.",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublishOnly": "npm run clean && npm run test && npm run build",
"clean": "rimraf ./dist ./test/temp",
"build": "ts-node tools/build",
"test": "ts-mocha -p tsconfig.json test/index.ts"
},

@@ -14,7 +18,34 @@ "repository": {

"author": "",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/SukkaW/rollup-plugin-swc/issues"
},
"homepage": "https://github.com/SukkaW/rollup-plugin-swc#readme"
"homepage": "https://github.com/SukkaW/rollup-plugin-swc#readme",
"dependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/pluginutils": "^4.1.1",
"joycon": "^3.0.1",
"jsonc-parser": "^3.0.0"
},
"devDependencies": {
"@swc/core": "^1.2.108",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-dts": "^4.0.1",
"ts-mocha": "^8.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"peerDependencies": {
"@swc/core": ">=1.2.0",
"rollup": "^2.0.0"
},
"engines": {
"node": ">=12"
}
}
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