rescript-repl
Advanced tools
+1
-1
| { | ||
| "name": "rescript-repl", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "scripts": { | ||
@@ -5,0 +5,0 @@ "res:build": "rescript", |
+8
-3
@@ -8,3 +8,3 @@ # ReScript Repl | ||
| ```sh | ||
| npm install rescript-repl | ||
| npm install rescript-repl -g | ||
| ``` | ||
@@ -21,4 +21,9 @@ | ||
| - Start the REPL: `$ resrepl` | ||
| - Start the REPL, run this command within the top level directory of a ReScript project: `$ resrepl` | ||
| # rescript-repl | ||
| # Supported REPL Commands | ||
| - ':load ModuleName' | ||
| - ':{' To start MultiLine Mode | ||
| - '}:' To end MultiLine Mode | ||
| - ':reset' To clear ReScript code saved in the current REPL context | ||
| - Enter any arbitrary string of characters which will be interpreted as ReScript code |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
133027
0.24%28
21.74%