Socket
Socket
Sign inDemoInstall

relude-fetch

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relude-fetch - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

17

package.json
{
"name": "relude-fetch",
"version": "0.3.0",
"version": "0.4.0",
"description": "Relude interop library for the fetch API",
"repository": {
"type": "git",
"url": "git+https://github.com/andywhite37/relude-fetch.git"
"url": "git+https://github.com/reazen/relude-fetch.git"
},
"author": "",
"author": "Reazen",
"license": "MIT",
"bugs": {
"url": "https://github.com/andywhite37/relude-fetch/issues"
"url": "https://github.com/reazen/relude-fetch/issues"
},
"homepage": "https://github.com/andywhite37/relude-fetch#readme",
"homepage": "https://github.com/reazen/relude-fetch#readme",
"scripts": {

@@ -26,6 +26,6 @@ "clean": "bsb -clean-world",

"bs-fetch": "~0.5.0",
"relude": "~0.18.0"
"relude": "~0.25.1"
},
"devDependencies": {
"@glennsl/bs-jest": "~0.4.8",
"@glennsl/bs-jest": "~0.4.9",
"bs-abstract": "^0.17.0",

@@ -35,4 +35,3 @@ "bs-fetch": "~0.5.0",

"isomorphic-fetch": "~2.2.1",
"jest": "~24.8.0",
"relude": "~0.18.0"
"relude": "~0.25.1"
},

@@ -39,0 +38,0 @@ "jest": {

@@ -6,2 +6,4 @@ # relude-fetch

## Overview
[Relude](https://github.com/reazen/relude) interop library for the Browser

@@ -19,3 +21,33 @@ [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).

See the [demo](https://github.com/reazen/relude-fetch/blob/master/examples/Demo.re) for
example usage.
## Examples
See the [tests](https://github.com/reazen/relude-fetch/blob/master/__tests__/ReludeFetch_test.re) for example usage.
## Developer info
### Scripts
```
> npm run clean
> npm run build
> npm run cleanbuild
> npm run test
> npm run cleantest
> npm run watch
```
### Publishing to npm
```
> npm version major|minor|patch
> git push origin --follow-tags
> git push upstream --follow-tags
> npm publish
```
### NixOS
```
> nix-shell
%nix%> npm install
```
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc