accelerated.api
Advanced tools
| #!/bin/bash | ||
| echo "" | ||
| echo "=======================" | ||
| echo "Accelerated Quick-Start" | ||
| echo "=======================" | ||
| echo "" | ||
| echo "We really put a lot of effort in making this development as fast" | ||
| echo "as possible. So now, you can simply copy one of these two commands" | ||
| echo "and literally copy-and-paste them in your node project's directory:" | ||
| echo "" | ||
| echo "a) install starter-app into 'example' directory" | ||
| echo "cd node_modules/accelerated.api && npm run-script example ./../../ && cd ../../" | ||
| echo "" | ||
| echo "b) install blank template into node project directory" | ||
| echo "cd node_modules/accelerated.api && npm run-script blank ./../../ && cd ../../" | ||
| echo "" | ||
+2
-1
| { | ||
| "name": "accelerated.api", | ||
| "version": "1.0.30", | ||
| "version": "1.0.31", | ||
| "description": "Fast and scalable Express-based applications.", | ||
@@ -8,2 +8,3 @@ "main": "index.js", | ||
| "test": "npm -v", | ||
| "install": "bash instructions.sh", | ||
| "example": "bash example.sh", | ||
@@ -10,0 +11,0 @@ "blank": "bash blank.sh" |
Install scripts
Supply chain riskInstall scripts are run when the package is installed or built. Malicious packages often use scripts that run automatically to execute payloads or fetch additional code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
23239
3.08%17
6.25%1
Infinity%