New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

PyJONDB

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PyJONDB - pypi Package Compare versions

Comparing version
1.4
to
1.5
pypi.readme

Sorry, the diff of this file is not supported yet

+1
-1
Metadata-Version: 2.1
Name: PyJONDB
Version: 1.4
Version: 1.5
Summary: A lightweight, encrypted JSON-based database with support for collections, document operations, and aggregation.

@@ -5,0 +5,0 @@ Home-page: https://tago.works/

Metadata-Version: 2.1
Name: PyJONDB
Version: 1.4
Version: 1.5
Summary: A lightweight, encrypted JSON-based database with support for collections, document operations, and aggregation.

@@ -5,0 +5,0 @@ Home-page: https://tago.works/

@@ -0,1 +1,2 @@

pypi.readme
setup.py

@@ -2,0 +3,0 @@ PyJONDB.egg-info/PKG-INFO

@@ -9,3 +9,3 @@ from setuptools import setup, find_packages

name='PyJONDB',
version='1.4',
version='1.5',
description='A lightweight, encrypted JSON-based database with support for collections, document operations, and aggregation.',

@@ -15,3 +15,2 @@ long_description=desc,

author='t-a-g-o',
data_files="pypi.readme",
author_email='santiago@tago.works',

@@ -61,2 +60,3 @@ url='https://tago.works/',

},
data_files=[('', ['pypi.readme'])],
)