Socket
Socket
Sign inDemoInstall

cloudrail-si

Package Overview
Dependencies
2
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.0 to 2.8.1

3

changelog.md
# CloudRail SI Node.JS SDK changelog
* **2.8.1**
* Fixed an issue where an Error was thrown when logging out an already logged out instance of Box
* **2.8.0**

@@ -4,0 +7,0 @@ * BREAKING: License key is now mandatory

2

package.json

@@ -37,3 +37,3 @@ {

"engineStrict": true,
"version": "2.8.0",
"version": "2.8.1",
"main": "index.js",

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

@@ -273,2 +273,4 @@ "use strict";

"Authenticating:logout": [
["if==than", "$S0.access_token", null, 1],
["return"],
["create", "$L0", "Object"],

@@ -275,0 +277,0 @@ ["set", "$L0.url", "https://api.box.com/oauth2/revoke"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc