Socket
Socket
Sign inDemoInstall

asposepdfcloud

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposepdfcloud - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/api-client.js

@@ -60,3 +60,3 @@ var path = require('path');

.update(unsignedURL)
.digest('base64')
.digest('hex')
.replace('=', '');

@@ -63,0 +63,0 @@

{
"name": "asposepdfcloud",
"version": "1.0.1",
"version": "1.0.2",
"description": "Aspose.Pdf Cloud SDK for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/PdfApi.js",

@@ -5,5 +5,11 @@ # Aspose.Pdf Cloud SDK for Node.js

<p align="center">
<a title="Download complete Aspose.PDF for Cloud source code" href="https://github.com/asposepdf/Aspose_pdf_Cloud/archive/master.zip">
<img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadZip-Button-Large.png" />
</a>
</p>
## How to use the SDK?
The complete source code is available in this repository folder. For more details, please visit our [documentation website](http://www.aspose.com/docs/display/pdfcloud/How+to+Setup+Aspose.Pdf+Cloud+SDK+for+Node.js).
The complete source code is available in this repository folder. For more details, please visit our [documentation website](http://www.aspose.com/docs/display/pdfcloud/Available+SDKs).

@@ -51,2 +57,5 @@ ## Quick SDK Tutorial

}
```
```
##Contact Us
Your feedback is very important to us. Please feel free to contact us using our [Support Forums](https://www.aspose.com/community/forums/).

@@ -9,3 +9,3 @@ var fs = require('fs');

var config = {'appSid':AppSID,'apiKey':AppKey , 'debug' : true};
var data_path = './data/';
var data_path = '../../../Data/';

@@ -12,0 +12,0 @@ var storageApi = new StorageApi(config);

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