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

realnet

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realnet - npm Package Compare versions

Comparing version
0.0.108
to
0.0.109
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: realnet
Version: 0.0.108
Version: 0.0.109
Summary: Realnet command line interface

@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet

Metadata-Version: 2.1
Name: realnet
Version: 0.0.108
Version: 0.0.109
Summary: Realnet command line interface

@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet

@@ -24,2 +24,3 @@ import os

router_bp = Blueprint('router_bp',__name__)

@@ -109,4 +110,5 @@

# logger.info('*** request query string: ' + to_unicode(request.query_string))
return authorization.create_token_response()
# return authorization.create_authorization_response(grant_user=account)
# return authorization.create_token_response(request)
return authorization.create_authorization_response(request, grant_user=account)
else:

@@ -113,0 +115,0 @@ if name == None:

@@ -13,3 +13,3 @@ import pathlib

name="realnet",
version="0.0.108",
version="0.0.109",
description="Realnet command line interface",

@@ -16,0 +16,0 @@ long_description=README,