rollup-plugin-swc3
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
24791
10
550
1
0
125
6
12
1
+ Added@rollup/plugin-json@^4.1.0
+ Added@rollup/pluginutils@^4.1.1
+ Addedjoycon@^3.0.1
+ Addedjsonc-parser@^3.0.0
+ Added@rollup/plugin-json@4.1.0(transitive)
+ Added@rollup/pluginutils@3.1.04.2.1(transitive)
+ Added@swc/core@1.8.0(transitive)
+ Added@swc/core-darwin-arm64@1.8.0(transitive)
+ Added@swc/core-darwin-x64@1.8.0(transitive)
+ Added@swc/core-linux-arm-gnueabihf@1.8.0(transitive)
+ Added@swc/core-linux-arm64-gnu@1.8.0(transitive)
+ Added@swc/core-linux-arm64-musl@1.8.0(transitive)
+ Added@swc/core-linux-x64-gnu@1.8.0(transitive)
+ Added@swc/core-linux-x64-musl@1.8.0(transitive)
+ Added@swc/core-win32-arm64-msvc@1.8.0(transitive)
+ Added@swc/core-win32-ia32-msvc@1.8.0(transitive)
+ Added@swc/core-win32-x64-msvc@1.8.0(transitive)
+ Added@swc/counter@0.1.3(transitive)
+ Added@swc/types@0.1.14(transitive)
+ Added@types/estree@0.0.39(transitive)
+ Addedestree-walker@1.0.12.0.2(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedjoycon@3.1.1(transitive)
+ Addedjsonc-parser@3.3.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedrollup@2.79.2(transitive)