wasmts-runtime
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "wasmts-runtime", | ||
"version": "0.1.0", | ||
"description": "将TypeScript直接编译为wasm, 让你的Web应用和C一样快。", | ||
"version": "0.1.1", | ||
"description": "将TypeScript编译为wasm, 让你的Web应用和C一样快。", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf dist && tsc -d && rollup ./dist/index.js --file ./dist/index.js --format cjs" | ||
"build": "rimraf dist && tsc -d && rollup ./dist/index.js --file ./dist/index.js --format cjs && cp -r -f ./dist/ ../wasmts/src/runtime" | ||
}, | ||
@@ -10,0 +10,0 @@ "author": { |
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
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
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
Network access
Supply chain riskThis module accesses the network.
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
1
670
1
0