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

asposeslidescloud

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposeslidescloud - npm Package Compare versions

Comparing version 19.9.0 to 19.10.0

1

internal/configuration.js

@@ -51,2 +51,3 @@ "use strict";

this.timeout = timeout;
this.customHeaders = {};
}

@@ -53,0 +54,0 @@ /**

5

internal/requestHelper.js

@@ -146,6 +146,9 @@ "use strict";

requestOptions.headers["x-aspose-client"] = "nodejs sdk";
requestOptions.headers["x-aspose-client-version"] = "19.9.0";
requestOptions.headers["x-aspose-client-version"] = "19.10.0";
if (confguration.timeout) {
requestOptions.headers["x-aspose-timeout"] = confguration.timeout;
}
for (var key in confguration.customHeaders) {
requestOptions.headers[key] = confguration.customHeaders[key];
}
if (!notApplyAuthToRequest) {

@@ -152,0 +155,0 @@ yield addAuthHeader(requestOptions, confguration);

{
"name": "asposeslidescloud",
"version": "19.9.0",
"version": "19.10.0",
"description": "Aspose.Slides Cloud SDK for Node.js",

@@ -5,0 +5,0 @@ "homepage": "https://products.aspose.cloud/slides/cloud",

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

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