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 Compare versions

Comparing version 4.0.0 to 4.0.1

8

CHANGELOG.md
# Changelog
## 4.0.1
### Changed
- downgraded jest and babel-jest to ^23.6.0 in order to fix tests
## 4.0.0

@@ -7,3 +13,3 @@

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

@@ -10,0 +16,0 @@

10

package.json
{
"name": "rest-client-sdk",
"version": "v4.0.0",
"version": "v4.0.1",
"description": "Rest Client SDK for API",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"babel-core": "^6.24.1",
"babel-jest": "^23.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-external-helpers": "^6.22.0",

@@ -41,4 +41,4 @@ "babel-preset-env": "^1.7.0",

"husky": "^1.1.4",
"immutable": "^4.0.0-rc.12",
"jest": "^24.0.0",
"immutable": "^4.0.1-rc.12",
"jest": "^23.6.0",
"jest-fetch-mock": "^1.7.4",

@@ -52,3 +52,3 @@ "lint-staged": "^8.0.4",

"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^4.0.0"
"rollup-plugin-node-resolve": "^4.0.1"
},

@@ -55,0 +55,0 @@ "optionalDependencies": {

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