0.4.0 • Published 2 years ago
@proxymanllc/better-node-fetch v0.4.0
Introduction
- A better version of node-fetch version 2.x
- Because node-fetch doesn't support GET request with body so I forked the library and modify the code to support it.
- This library is used in ProxymanApp/better-node-fetch-cjs
- I don't use this library directly in proxyman-electron-app because in the production mode, this library doesn't work so we need to install this library in ProxymanApp/better-node-fetch-cjs and use ProxymanApp/better-node-fetch-cjs instead.
- Details is in pull request https://github.com/ProxymanApp/proxyman-electron-app/pull/115
How to publish
- Run
npm login - Run
npm publish --access public