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.0 to 0.1.1

26

package.json
{
"name": "@glennsl/rescript-fetch",
"version": "0.1.0",
"version": "0.1.1",
"description": "Zero-cost rescript bindings to the WHATWG Fetch API",
"scripts": {
"start": "rescript build -w"
"start": "rescript build -w",
"fmt": "rescript format -all",
"test": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glennsl/rescript-fetch.git"
},
"keywords": [
"rescript",
"fetch"
],
"author": "Glenn Slotte <glenn@slotte.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glennsl/rescript-fetch/issues"
},
"homepage": "https://github.com/glennsl/rescript-fetch#readme",
"files": [
"src/*.res*",
"bsconfig.json"
],
"dependencies": {
"@ryyppy/rescript-promise": "^2.1.0",
"@ryyppy/rescript-promise": "^2.1.0"
},
"devDependencies": {
"rescript": "^10.0.0-rc.1"
}
}
examples/example.res
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