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

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.9.0 to 2.9.1

services/Egnyte.js

7

changelog.md
# CloudRail SI Node.JS SDK changelog
* **2.9.1**
* Added Egnyte as a new service, implementing the CloudStorage interface.
It does not support retrieval of user login, user name, available and
used space or thumbnails since the API exposes no such information yet.
* Fixed bugs where GoogleDrive and OneDrive would not return ImageMetaData
on elements retrieved through getChildren()
* **2.9.0**

@@ -4,0 +11,0 @@ * The services in the CloudStorage interface now have an additional method to get thumbnails

2

index.js

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

var ImageMetaData_1 = require("./types/ImageMetaData");
var Egnyte_1 = require("./services/Egnyte");
module.exports = {

@@ -43,2 +44,3 @@ "services": {

"Dropbox": Dropbox_1.Dropbox,
"Egnyte": Egnyte_1.Egnyte,
"Facebook": Facebook_1.Facebook,

@@ -45,0 +47,0 @@ "Foursquare": Foursquare_1.Foursquare,

5

package.json

@@ -11,2 +11,3 @@ {

"Dropbox",
"Egnyte",
"Facebook",

@@ -33,3 +34,3 @@ "Foursquare",

],
"description": "The CloudRail SI SDK for Node.JS, a simple, universal, unified API for the most popular cloud services. Supports: Box, Dropbox, Facebook, Foursquare, GitHub, GoogleDrive, GooglePlaces, GooglePlus, Instagram, LinkedIn, MailJet, MicrosoftLive, Nexmo, OneDrive, PayPal, 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: Box, Dropbox, Egnyte, Facebook, Foursquare, GitHub, GoogleDrive, GooglePlaces, GooglePlus, Instagram, LinkedIn, MailJet, MicrosoftLive, Nexmo, OneDrive, PayPal, SendGrid, Slack, Stripe, Twilio, Twitter, Yahoo, Yelp",
"engines": {

@@ -39,3 +40,3 @@ "node": ">=4.0.0"

"engineStrict": true,
"version": "2.9.0",
"version": "2.9.1",
"main": "index.js",

@@ -42,0 +43,0 @@ "typings": "index.d.ts",

@@ -34,3 +34,3 @@ <p align="center">

--- | ---
Cloud Storage | Dropbox, Google Drive, OneDrive, Box
Cloud Storage | Dropbox, Google Drive, OneDrive, Box, Egnyte
Social Profile | Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, Instagram

@@ -49,2 +49,3 @@ Social Interaction | Facebook, Twitter

* Microsoft OneDrive
* Egnyte

@@ -58,2 +59,3 @@ #### Features:

* Generate share links for files and folders
* Get thumbnails for images

@@ -60,0 +62,0 @@ [Full Documentation](https://github.com/CloudRail/cloudrail-si-node-sdk/wiki/Usage#interfaces-cloudstorage)

@@ -265,3 +265,3 @@ "use strict";

["create", "$L4", "Number", 0],
["if<than", "$L4", "$L3", 17],
["if<than", "$L4", "$L3", 22],
["create", "$L5", "Object"],

@@ -273,2 +273,7 @@ ["get", "$L5", "$L2", "$L4"],

["math.add", "$L7.size", "$L5.fileSize", 0],
["if!=than", "$L5.imageMediaMetadata", null, 4],
["get", "$L8", "$L5.imageMediaMetadata.height"],
["get", "$L9", "$L5.imageMediaMetadata.width"],
["create", "$L11", "ImageMetaData", "$L8", "$L9"],
["set", "$L7.imageMetaData", "$L4"],
["if==than", "$L5.mimeType", "application/vnd.google-apps.folder", 2],

@@ -284,3 +289,3 @@ ["set", "$L7.Folder", 1],

["math.add", "$L4", "$L4", 1],
["jumpRel", -18],
["jumpRel", -23],
["set", "$P1", "$L10"]

@@ -287,0 +292,0 @@ ],

@@ -254,3 +254,3 @@ "use strict";

["size", "$L8", "$L16"],
["if<than", "$L7", "$L8", 18],
["if<than", "$L7", "$L8", 23],
["create", "$L9", "CloudMetaData"],

@@ -263,2 +263,7 @@ ["get", "$L10", "$L16", "$L7"],

["set", "$L9.modifiedAt", "$L20.time"],
["if!=than", "$L10.image", null, 4],
["get", "$L11", "$L10.image.height"],
["get", "$L12", "$L10.image.width"],
["create", "$L13", "ImageMetaData", "$L11", "$L12"],
["set", "$L10.ImageMetaData", "$L13"],
["if==than", "$L10.folder", null, 2],

@@ -274,3 +279,3 @@ ["set", "$L9.Folder", 0],

["math.add", "$L7", "$L7", 1],
["jumpRel", -19],
["jumpRel", -24],
["set", "$P1", "$L6"]

@@ -277,0 +282,0 @@ ],

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