@celio.latorraca/swifft
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -122,2 +122,6 @@ "use strict"; | ||
if (settings.insecure) { | ||
opts.rejectUnauthorized = false; | ||
} | ||
this.invoke(opts, function (err, res, _) { | ||
@@ -124,0 +128,0 @@ if (err) { |
@@ -99,2 +99,6 @@ import { ObjectSettings } from './settings'; | ||
if (settings.insecure) { | ||
opts.rejectUnauthorized = false; | ||
} | ||
this.invoke(opts, (err, res, _) => { | ||
@@ -101,0 +105,0 @@ if (err) { |
{ | ||
"name": "@celio.latorraca/swifft", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "An OpenStack Swift Client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
84351
2017