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

@celio.latorraca/swifft

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celio.latorraca/swifft - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

4

dist/lib/swifft_object.js

@@ -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) {

2

package.json
{
"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",

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