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

ipython-ngql

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipython-ngql - pypi Package Compare versions

Comparing version
0.14.2
to
0.14.3
+1
-1
ipython_ngql.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: ipython-ngql
Version: 0.14.2
Version: 0.14.3
Summary: Jupyter extension for NebulaGraph

@@ -5,0 +5,0 @@ Home-page: https://github.com/wey-gu/jupyter_nebulagraph

@@ -38,3 +38,3 @@ import logging

MATCH ()-[e:`{{ edge_type }}`]->()
RETURN [src(e), dst(e)] AS sample_edge LIMIT 10
RETURN [src(e), dst(e)] AS sample_edge LIMIT 10000
"""

@@ -41,0 +41,0 @@ )

Metadata-Version: 2.1
Name: ipython-ngql
Version: 0.14.2
Version: 0.14.3
Summary: Jupyter extension for NebulaGraph

@@ -5,0 +5,0 @@ Home-page: https://github.com/wey-gu/jupyter_nebulagraph

@@ -8,3 +8,3 @@ import setuptools

name="ipython-ngql",
version="0.14.2",
version="0.14.3",
author="Wey Gu",

@@ -11,0 +11,0 @@ author_email="weyl.gu@gmail.com",