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

@cognite/sdk-core

Package Overview
Dependencies
Maintainers
199
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.1.2 to 4.1.3

11

CHANGELOG.md

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

## [4.1.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.1.2...@cognite/sdk-core@4.1.3) (2022-05-16)
### Bug Fixes
* fixing missing token when call sdk methods using Promises ([#789](https://github.com/cognitedata/cognite-sdk-js/issues/789)) ([6a6d62a](https://github.com/cognitedata/cognite-sdk-js/commit/6a6d62a6744f94bef46e8fe1b397d07e8f9de873))
## [4.1.2](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.1.1...@cognite/sdk-core@4.1.2) (2022-05-13)

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

2

dist/src/baseCogniteClient.d.ts

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

*/
private previousToken;
private readonly getToken;

@@ -59,2 +58,3 @@ readonly project: string;

authenticate: () => Promise<string | undefined>;
private retrieveTokenValueFromHeader;
/**

@@ -61,0 +61,0 @@ * Returns the base-url used for all requests.

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

"types": "dist/src/index.d.js",
"version": "4.1.2",
"version": "4.1.3",
"scripts": {

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

},
"gitHead": "e8ddad71e22b8116a4f93cded3d670bff9df3050"
"gitHead": "f62f8475d4f874e0727ba7a6705d255d90e24ad4"
}

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