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

ovh

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovh - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

4

CHANGELOG.md
# Changelog
## 0.3.8
* Fixes a potential EventEmitter memory leak when client uses a custom timeout value.
## 0.3.7

@@ -4,0 +8,0 @@

8

ovh.js

@@ -396,5 +396,7 @@ //

socket.setTimeout(_this.options.timeout);
socket.on('timeout', function () {
req.abort();
});
if (typeof(socket._events.timeout) === 'undefined') {
socket.on('timeout', function () {
req.abort();
});
}
});

@@ -401,0 +403,0 @@ }

{
"name": "ovh",
"version": "0.3.7",
"version": "0.3.8",
"description": "An helper library to use OVH web services and REST APIs",

@@ -13,3 +13,3 @@ "homepage": "https://github.com/gierschv/node-ovh",

"engines": {
"node": ">= 0.6 <= 0.11"
"node": ">= 0.6 <= 0.11.x"
},

@@ -16,0 +16,0 @@ "repository": {

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