Comparing version 0.3.0 to 0.3.1
@@ -140,3 +140,3 @@ // | ||
return new Proxy.create(handler); | ||
return Proxy.create(handler); | ||
} | ||
@@ -148,3 +148,3 @@ else { | ||
return new Proxy.create(handler); | ||
return Proxy.create(handler); | ||
}; | ||
@@ -151,0 +151,0 @@ |
{ | ||
"name": "ovh", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"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.8.x" | ||
"node": ">= 0.8.0 <= 0.9.18" | ||
}, | ||
@@ -16,0 +16,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42240
1