hyperlight
Advanced tools
Comparing version
{ | ||
"name": "hyperlight", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Orlando Parisblue", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"types": "./lib/index.d.ts", | ||
"bin": "./lib/cli.js", | ||
"bin": "./lib/cli", | ||
"tsp": { | ||
@@ -28,3 +28,3 @@ "tscOptions": { | ||
"build": "concurrently \"yarn buildCli\" \"yarn buildPatch\" \"yarn buildServer\"", | ||
"buildCli": "tsup src/cli/cli.ts --outDir=lib", | ||
"buildCli": "tsup src/cli/cli.ts --minify --outDir=lib && sed -i '' '1s/^/#!\\/usr\\/bin\\/env node\\n/' lib/cli.js && mv lib/cli.js lib/cli", | ||
"buildPatch": "tsup src/patch/patch.ts --minify --outDir=lib", | ||
@@ -31,0 +31,0 @@ "buildServer": "tsup src/server/index.ts --dts --minify --outDir=lib" |
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
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
-90%1
-80%28397
-18.37%121
-78.85%