
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
asposecloud
Advanced tools
This repository holds Aspose Cloud SDK / Examples for Node.js platform.
var AsposeCloud = require('../lib/aspose-cloud');
var AsposeStorage = require('../lib/aspose-storage');
var AsposePdf = require('../lib/aspose-pdf');
var AppSID = '3395ba5c-****';
var AppKey = 'e8dd1b027****';
var BaseProductUri = 'http://api.aspose.com/v1.1/';
var asposeapp = new AsposeCloud({'appSID':AppSID,'appKey':AppKey,'baseURI':BaseProductUri});
console.log(aspose);
var pdf = new AsposePdf(asposeapp);
console.log(pdf);
var storage = new AsposeStorage(asposeapp);
console.log(storage);
Start a free trial today – all you need is to sign up with Aspose for Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose for Cloud.
FAQs
Aspose Cloud SDK for NodeJS
The npm package asposecloud receives a total of 19 weekly downloads. As such, asposecloud popularity was classified as not popular.
We found that asposecloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.