fpjs icon indicating copy to clipboard operation
fpjs copied to clipboard

Companion repo for Functional Programming for Beginners with Javascript

Results 28 fpjs issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

Bumps [serve](https://github.com/zeit/serve) from 6.4.9 to 10.1.2. Release notes Sourced from serve's releases. 10.1.2 Patches Use os.networkInterfaces() to detect network address: #492 Bumped serve-handler to latest version: #505 Credits Huge thanks...

dependencies

Bumps [serve](https://github.com/zeit/serve) from 6.4.8 to 7.1.3. Release notes *Sourced from [serve's releases](https://github.com/zeit/serve/releases).* > ## 7.1.3 > ### Patches > > - Bumped middleware to the latest version: [#391](https://github-redirect.dependabot.com/zeit/serve/issues/391) > >...

dependencies

left a comment, just practicing how to do the github flow

when I run nvm setup I'm getting errors: ``` node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west- 2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz  node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling...

I was wondering how you'd implement an `init` function instead of `initModel`. How would we make an HTTP request that populates the initial data? Like this in Elm: ``` init...