Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rest-client-sdk

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-client-sdk - npm Package Versions

1
11

5.0.0-rc.2

Diff

jdeniau
published 5.0.0-rc.1 •

jdeniau
published 4.1.2 •

Changelog

Source

4.1.2

Fixed

  • Fix issue with urijs 1.19.2
badaz
published 4.1.1 •

Changelog

Source

4.1.1

Changed

  • replace object spread with Object.assign for build to work
badaz
published 4.1.0 •

Changelog

Source

4.1.0

Changed

  • main AbstractClient CRUD methods accept additional requestParams for overriding fetch params like method, headers, etc.
jdeniau
published 4.0.2 •

badaz
published 4.0.1 •

Changelog

Source

4.0.1

Changed

  • downgraded jest and babel-jest to ^23.6.0 in order to fix tests
badaz
published 4.0.0 •

Changelog

Source

4.0.0

Changed

  • Do not generate token expires_at in _storeAccessToken since it is sometimes used from outside, in tests for instance (even though it is supposed to be private)
  • [Breaking] throw new error types when oauth calls fail, they all wrap the originalError => InvalidGrantError, InvalidScopeError which both extend OauthError. Original error can be found at error.previousError. If it was an HttpError the response is at error.previousError.baseResponse
badaz
published 3.2.1 •

Changelog

Source

3.2.1

Changed

  • Refactor error handling with error factory and handle 400's in refreshToken of PasswordGenerator
fe4nn0r
published 3.2.0 •

Changelog

Source

3.2.0

Changed

  • Pre-emptively refresh the access token if it is close to expiration before doing any request
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