@cognite/sdk-core
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.1.2](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@2.1.1...@cognite/sdk-core@2.1.2) (2021-04-26) | ||
### Bug Fixes | ||
* **core:** don't check if its https if its not a browser [release] ([#524](https://github.com/cognitedata/cognite-sdk-js/issues/524)) ([4ed1528](https://github.com/cognitedata/cognite-sdk-js/commit/4ed15281a21047b8230d9022b3cb9ab23768a3cc)) | ||
## [2.1.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@2.1.0...@cognite/sdk-core@2.1.1) (2021-04-13) | ||
@@ -8,0 +19,0 @@ |
@@ -9,3 +9,3 @@ { | ||
"types": "dist/src/index.d.js", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"scripts": { | ||
@@ -37,3 +37,3 @@ "clean": "rm -rf dist/ docs/", | ||
}, | ||
"gitHead": "f814de19044e57bf9564394945643b9c96b70034" | ||
"gitHead": "2a8d3eee6547e4f7f33b93dcbafbcb41ff5622cb" | ||
} |
@@ -29,2 +29,3 @@ // Copyright 2020 Cognite AS | ||
projectUrl, | ||
isBrowser, | ||
} from './utils'; | ||
@@ -281,3 +282,3 @@ import { version } from '../package.json'; | ||
if (!isUsingSSL()) { | ||
if (isBrowser() && !isUsingSSL()) { | ||
console.warn( | ||
@@ -284,0 +285,0 @@ 'You should use SSL (https) when you login with OAuth since CDF only allows redirecting back to an HTTPS site' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
454219
9910