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

logseq-python

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logseq-python - pypi Package Compare versions

Comparing version
1.0.0a2
to
1.0.0a3
+1
-0
logseq_py/builders/parser.py

@@ -20,2 +20,3 @@ """

from .page_builders import PageBuilder
from .advanced_builders import QueryBuilder
from ..models import Block, Page, TaskState, Priority, BlockType

@@ -22,0 +23,0 @@

+1
-1
Metadata-Version: 2.4
Name: logseq-python
Version: 1.0.0a2
Version: 1.0.0a3
Summary: A comprehensive Python library for working with Logseq knowledge graphs

@@ -5,0 +5,0 @@ Home-page: https://github.com/thinmanj/logseq-python-library

Metadata-Version: 2.4
Name: logseq-python
Version: 1.0.0a2
Version: 1.0.0a3
Summary: A comprehensive Python library for working with Logseq knowledge graphs

@@ -5,0 +5,0 @@ Home-page: https://github.com/thinmanj/logseq-python-library

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

name = "logseq-python"
version = "1.0.0a2"
version = "1.0.0a3"
description = "A comprehensive Python library for working with Logseq knowledge graphs"

@@ -10,0 +10,0 @@ readme = "README.md"

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

name="logseq-py",
version="0.1.0",
version="0.1.1",
author="Julio Ona",

@@ -14,0 +14,0 @@ author_email="thinmanj@gmail.com",