Socket
Socket
Sign inDemoInstall

@shapediver/sdk.geometry-api-sdk-core

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/sdk.geometry-api-sdk-core - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

9

dist/api/ShapeDiverSdkApi.js

@@ -42,4 +42,9 @@ "use strict";

};
// Add jwt if provided
if (this.config.jwt) {
// Process HTTP authorization
if (headers.authorization === "disabled") {
delete request.headers["Authorization"];
delete request.headers["authorization"]; // config.headers might use lower case
}
else if (this.config.jwt) {
// Add jwt if provided
request.headers["Authorization"] = "Bearer " + this.config.jwt;

@@ -46,0 +51,0 @@ }

{
"name": "@shapediver/sdk.geometry-api-sdk-core",
"version": "1.0.5",
"version": "1.0.6",
"description": "Core-library for SDK-packages to communicate with the Geometry API",

@@ -41,3 +41,3 @@ "keywords": [],

"devDependencies": {
"jest": "^27.4.5",
"jest": "^27.4.7",
"lerna": "3.22.1",

@@ -44,0 +44,0 @@ "typescript": "^4.5.4"

Sorry, the diff of this file is not supported yet

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