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

@cognite/sdk-core

Package Overview
Dependencies
Maintainers
219
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognite/sdk-core - npm Package Compare versions

Comparing version 4.6.3 to 4.6.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [4.6.4](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.6.3...@cognite/sdk-core@4.6.4) (2022-09-07)
### Bug Fixes
* don't retry 401 requests ([#868](https://github.com/cognitedata/cognite-sdk-js/issues/868)) ([4d17461](https://github.com/cognitedata/cognite-sdk-js/commit/4d174616ccf8ddfafed8a45b64d99e5ceaa06ce7))
## [4.6.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.6.2...@cognite/sdk-core@4.6.3) (2022-09-06)

@@ -8,0 +19,0 @@

6

dist/src/baseCogniteClient.d.ts

@@ -51,2 +51,3 @@ import { LoginAPI } from './api/login/loginApi';

*/
private previousToken;
private readonly getToken;

@@ -76,7 +77,2 @@ private readonly apiKeyMode;

/**
* It retrieves the previous token from header
* @returns string
*/
private retrieveTokenValueFromHeader;
/**
* Returns the base-url used for all requests.

@@ -83,0 +79,0 @@ */

@@ -32,3 +32,3 @@ import { BasicHttpClient } from './httpClient/basicHttpClient';

private tokenCredentials;
constructor(httpClient: BasicHttpClient, credentials: any, authProvider: any);
constructor(httpClient: BasicHttpClient, credentials: ClientCredentials | undefined, authProvider: any);
process(): void;

@@ -35,0 +35,0 @@ authenticate: () => Promise<string | undefined>;

@@ -9,3 +9,3 @@ {

"types": "dist/src/index.d.js",
"version": "4.6.3",
"version": "4.6.4",
"scripts": {

@@ -42,3 +42,3 @@ "clean": "rm -rf dist/ docs/",

},
"gitHead": "ae19c0ddd3a52c818fd5b17f8ed2245b79f6a171"
"gitHead": "2e80d7498fe5fea4c3fd0c7f82f49cff1c06c412"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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