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.9.1 to 2.9.2

3

changelog.md
# CloudRail SI Node.JS SDK changelog
* **2.9.2**
* Fixed an issue where a timeout would keep code using the library running indefinitely
* **2.9.1**

@@ -4,0 +7,0 @@ * Added Egnyte as a new service, implementing the CloudStorage interface.

2

package.json

@@ -38,3 +38,3 @@ {

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

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

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

var nextContainer = this.getEntry(container, varAddress.slice(0, varAddress.length - 1), false);
return this.setEntry(nextContainer, varAddress.slice(1, varAddress.length), value);
return this.setEntry(nextContainer, varAddress.slice(varAddress.length - 1, varAddress.length), value);
}

@@ -171,0 +171,0 @@ var varAddressPart = varAddress[0];

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

}, Statistics.DELAY);
Statistics.timer.unref();
}

@@ -63,7 +64,5 @@ if (!Statistics.timer)

body.client = client;
body.appKey = Settings_1.Settings.licenseKey;
body.libraryVersion = Statistics.CR_VERSION;
body.appHash = appHash;
body.clientHash = clientHash;
body.platform = Statistics.PLATFORM;
});

@@ -70,0 +69,0 @@ }

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