Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

apteryx

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apteryx - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+11
-0
apteryx/google/storage.py

@@ -47,1 +47,12 @@ from typing import Union

print("DONE")
def upload_blob(bucket_name, source_file_name, destination_blob_name, client=client):
bucket = client.bucket(bucket_name)
blob = bucket.blob(destination_blob_name)
blob.upload_from_filename(source_file_name)
print(
f"File {source_file_name} uploaded to {os.path.join(bucket_name, destination_blob_name)}."
)
+1
-1
Metadata-Version: 2.1
Name: apteryx
Version: 1.0.4
Version: 1.0.5
Summary: Utilities and useful things for Apteryx Labs

@@ -5,0 +5,0 @@ License: MIT

@@ -7,3 +7,3 @@ [build-system]

name = "apteryx"
version = "1.0.4"
version = "1.0.5"
description = "Utilities and useful things for Apteryx Labs"

@@ -10,0 +10,0 @@ authors = [ "apteryxlabs <matthew@apteryxlabs.com>",]

@@ -23,3 +23,3 @@ # -*- coding: utf-8 -*-

'name': 'apteryx',
'version': '1.0.4',
'version': '1.0.5',
'description': 'Utilities and useful things for Apteryx Labs',

@@ -26,0 +26,0 @@ 'long_description': None,