Socket
Socket
Sign inDemoInstall

cloudrail-si

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudrail-si - npm Package Compare versions

Comparing version 2.17.3 to 2.17.4

services/Microsoft.js

4

changelog.md
# CloudRail SI Node.JS SDK changelog
* **2.17.4**
* Add Twizo to the SMS interface
* Add the Microsoft service which uses the new Microsoft Graph API to access OneDrive
* **2.17.3**

@@ -4,0 +8,0 @@ * Fixed issues with OneDrive for files and folders having whitespace in their names. Caused by an unannounced API change by Microsoft.

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

var MicrosoftLive_1 = require("./services/MicrosoftLive");
var Microsoft_1 = require("./services/Microsoft");
var Nexmo_1 = require("./services/Nexmo");

@@ -23,2 +24,3 @@ var OneDrive_1 = require("./services/OneDrive");

var Twitter_1 = require("./services/Twitter");
var Twizo_1 = require("./services/Twizo");
var Yahoo_1 = require("./services/Yahoo");

@@ -75,2 +77,3 @@ var Yelp_1 = require("./services/Yelp");

"MicrosoftLive": MicrosoftLive_1.MicrosoftLive,
"Microsoft": Microsoft_1.Microsoft,
"Nexmo": Nexmo_1.Nexmo,

@@ -87,2 +90,3 @@ "OneDrive": OneDrive_1.OneDrive,

"Twitter": Twitter_1.Twitter,
"Twizo": Twizo_1.Twizo,
"Yahoo": Yahoo_1.Yahoo,

@@ -89,0 +93,0 @@ "Yelp": Yelp_1.Yelp

6

package.json

@@ -28,2 +28,3 @@ {

"MicrosoftLive",
"Microsoft",
"Nexmo",

@@ -40,6 +41,7 @@ "OneDrive",

"Twitter",
"Twizo",
"Yahoo",
"Yelp"
],
"description": "The CloudRail SI SDK for Node.JS, a simple, universal, unified API for the most popular cloud services. Supports: AmazonS3, Box, Backblaze, Dropbox, Egnyte, Facebook, FacebookPage, Foursquare, GitHub, GoogleCloudPlatform, GoogleDrive, GooglePlaces, GooglePlus, Heroku, Instagram, LinkedIn, MailJet, MicrosoftAzure, MicrosoftLive, Nexmo, OneDrive, OneDriveBusiness, PayPal, ProductHunt, Rackspace, SendGrid, Slack, Stripe, Twilio, Twitter, Yahoo, Yelp",
"description": "The CloudRail SI SDK for Node.JS, a simple, universal, unified API for the most popular cloud services. Supports: AmazonS3, Box, Backblaze, Dropbox, Egnyte, Facebook, FacebookPage, Foursquare, GitHub, GoogleCloudPlatform, GoogleDrive, GooglePlaces, GooglePlus, Heroku, Instagram, LinkedIn, MailJet, MicrosoftAzure, MicrosoftLive, Microsoft, Nexmo, OneDrive, OneDriveBusiness, PayPal, ProductHunt, Rackspace, SendGrid, Slack, Stripe, Twilio, Twitter, Twizo, Yahoo, Yelp",
"engines": {

@@ -49,3 +51,3 @@ "node": ">=4.0.0"

"engineStrict": true,
"version": "2.17.3",
"version": "2.17.4",
"main": "index.js",

@@ -52,0 +54,0 @@ "typings": "index.d.ts",

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