Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

rescript-bun

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-bun - npm Package Compare versions

Comparing version
0.4.1
to
0.5.0
+5
-5
package.json
{
"name": "rescript-bun",
"version": "0.4.1",
"version": "0.5.0",
"main": "src/Bun.js",

@@ -23,9 +23,9 @@ "sideEffects": false,

"devDependencies": {
"@rescript/core": "1.0.0",
"rescript": "11.1.0-rc.2"
"@rescript/core": "1.3.0",
"rescript": "11.1.1"
},
"peerDependencies": {
"rescript": ">=11.0.0 || ^11.1.0-rc.2",
"@rescript/core": ">=1.0.0"
"rescript": ">=11.1.0",
"@rescript/core": ">=1.3.0"
}
}

@@ -11,3 +11,3 @@ # rescript-bun

You need to be on at least a recent RC of ReScript v11. This is designed for uncurried mode so you should use that as well (`"uncurried": true` in your bsconfig/`rescript.json`).
You need to be on ReScript v11 `>=11.1.0` and Core `>=1.3.0`. This is designed for uncurried mode so you should use that as well (`"uncurried": true` in your bsconfig/`rescript.json`).

@@ -14,0 +14,0 @@ Install `rescript-bun` and `@rescript/core`:

@@ -17,3 +17,3 @@ {

"package-specs": {
"module": "es6",
"module": "esmodule",
"in-source": true

@@ -20,0 +20,0 @@ },

@@ -24,11 +24,2 @@ // Generated by ReScript, PLEASE EDIT WITH CARE

};
case 0 :
case 1 :
case 2 :
case 3 :
case 5 :
return {
TAG: "Unknown",
_0: x
};
case 6 :

@@ -35,0 +26,0 @@ return {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet