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
3
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

1
46
11

5.0.0-rc.3

Diff
jdeniau
published 5.0.0-rc.3 •
jdeniau
published 5.0.0-rc.2 •
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