New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rest-client-sdk

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-client-sdk - npm Package Versions

1345
11

7.0.0-rc.9

Diff
jdeniau
published 7.0.0-rc.9 •

Changelog

Source

7.0.0-rc.9

  • Fix issue in handling 401 error with anything else than "invalid_grant" #137 by @jdeniau
jdeniau
published 7.0.0-rc.8 •

Changelog

Source

7.0.0-rc.8

Fixed

Remove referer as it is handled by the browser #135 by @jdeniau

s.gregeois
published 7.0.0-rc.7 •

Changelog

Source

7.0.0-rc.7

Fixed

Call toString on URLSearchParams body to ensure ReactNative compatibility #130

lpot
published 6.7.1 •
lpot
published 7.0.0-rc.6 •

Changelog

Source

7.0.0-rc.6

Fixed makeUri method to handle more than one URI segment #128

jdeniau
published 6.7.0 •
jdeniau
published 7.0.0-rc.5 •

Changelog

Source

7.0.0-rc.5

Add a helper to get JSON of an HttpError #122

jdeniau
published 7.0.0-rc.4 •

Changelog

Source

7.0.0-rc.4

Add Logger in RestClientSdkInterface

jdeniau
published 7.0.0-rc.3 •

Changelog

Source

7.0.0-rc.3

Fix issue with private logger in handleTokenResponse

jdeniau
published 7.0.0-rc.1 •

Changelog

Source

7.0.0-rc.1

Update

  • [Breaking] If unitOfWork is disabled in the global configuration, then it will be disabled for all call to getRepository. #111. Waiting to resolve issue with create and update to bump 7.0.0 version.