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.6.0
to
0.6.2
+2
src/Cookie.js
// Generated by ReScript, PLEASE EDIT WITH CARE
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

Sorry, the diff of this file is not supported yet

// Generated by ReScript, PLEASE EDIT WITH CARE
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

Sorry, the diff of this file is not supported yet

// Generated by ReScript, PLEASE EDIT WITH CARE
var SQLQuery = {};
var fromArray = (function(array) {
array.raw = [...array]
return array
});
var TemplateStringsArray = {
fromArray: fromArray
};
var query = (function(t, strings, params) {
let templateArray = TemplateStringsArray.fromArray(strings)
return t(templateArray, ...params)
});
var object = (function(t, obj, cols) {
return t(obj, ...cols)
});
var values = (function(t, values) {
return t(arr)
});
export {
SQLQuery ,
TemplateStringsArray ,
query ,
object ,
values ,
}
/* No side effect */

Sorry, the diff of this file is not supported yet

+5
-1
{
"name": "rescript-bun",
"version": "0.6.0",
"version": "0.6.2",
"main": "src/Bun.js",

@@ -13,2 +13,6 @@ "sideEffects": false,

},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [

@@ -15,0 +19,0 @@ "rescript.json",

@@ -5,2 +5,10 @@ # rescript-bun

## Release Branches
This repository maintains two active release branches:
- **`main` branch**: For 1.x releases (ReScript v11+ support)
- **`2.x` branch**: For 2.x releases (ReScript v12+ support)
Each branch has independent release cycles managed by changesets. See [DUAL_BRANCH_SETUP.md](DUAL_BRANCH_SETUP.md) for detailed information about the dual-branch setup.
Use [Bun](https://bun.sh) with ReScript.

@@ -7,0 +15,0 @@

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