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

asposestoragecloud

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposestoragecloud - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/api-client.js

@@ -59,7 +59,5 @@ var path = require('path');

var signature = crypto.createHmac('sha1', privateKey)
.update(unsignedURL)
.digest('base64')
.update(new Buffer(unsignedURL, 'utf8')).digest('hex')
.replace('=', '');
return signature;

@@ -66,0 +64,0 @@ };

@@ -0,0 +0,0 @@ exports.models = {

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ // Constructor

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

{
"name": "asposestoragecloud",
"version": "1.0.2",
"version": "1.0.3",
"description": "Aspose.Storage Cloud SDK for NodeJS",

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

@@ -1,9 +0,15 @@

# Aspose.Storage Cloud SDK for NodeJS
## Aspose.Storage Cloud SDK for NodeJS
This repository contains Aspose.Storage Cloud SDK for NodeJS source code. This SDK allows you to work with Aspose.Storage Cloud REST APIs in your NodeJS applications quickly and easily.
This repository contains Aspose.Storage for Cloud Java NodeJS source code. This SDK allows you to work with Aspose.Storage for Cloud REST APIs in your NodeJS applications quickly and easily.
<p align="center">
<a title="Download complete Aspose.Tasks for Cloud source code" href="https://github.com/asposetasks/Aspose_tasks_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/totalcloud/Available+SDKs).
The complete source code is available in this repository folder. For more details, please visit our [documentation website](http://www.aspose.com/docs/display/totalcloud/How+to+Setup+Aspose.Storage+Cloud+SDK+for+Node.js).
## Quick SDK Tutorial

@@ -27,2 +33,5 @@ ```javascript

});
```
```
##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/).

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

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

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

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