New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rescript-repl

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-repl - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
package.json
{
"name": "rescript-repl",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {

@@ -5,0 +5,0 @@ "res:build": "rescript",

@@ -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