Socket
Socket
Sign inDemoInstall

@glennsl/rescript-fetch

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

4

package.json
{
"name": "@glennsl/rescript-fetch",
"version": "0.1.3",
"version": "0.1.4",
"description": "Zero-cost rescript bindings to the WHATWG Fetch API",

@@ -32,4 +32,4 @@ "scripts": {

"devDependencies": {
"rescript": "^10.0.0-rc.1"
"rescript": "^10.0.0"
}
}

@@ -19,4 +19,4 @@ # rescript-fetch

method: #POST,
body: data->Js.Json.stringifyAny->Belt.Option.getExn->Body.Init.string,
headers: Headers.Init.object({
body: data->Js.Json.stringifyAny->Belt.Option.getExn->Body.string,
headers: Headers.fromObject({
"Content-type": "application/json",

@@ -23,0 +23,0 @@ }),

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc