You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

datary

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datary - pypi Package Compare versions

Comparing version
0.1.31
to
0.1.32
+1
-1
datary.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: datary
Version: 0.1.31
Version: 0.1.32
Summary: Datary Python sdk lib

@@ -5,0 +5,0 @@ Home-page: https://github.com/Datary/python-sdk

@@ -157,3 +157,3 @@

# make index with list of list data
elif data and isinstance(data, list) and isinstance(data[0], list):
elif data and isinstance(data, list) and isinstance(data[0], (tuple, list)):
result = cls._make_index_list(data)

@@ -160,0 +160,0 @@

@@ -5,2 +5,2 @@ #!/usr/bin/env python

"""
__version__ = "0.1.31"
__version__ = "0.1.32"
Metadata-Version: 1.1
Name: datary
Version: 0.1.31
Version: 0.1.32
Summary: Datary Python sdk lib

@@ -5,0 +5,0 @@ Home-page: https://github.com/Datary/python-sdk