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

app-server

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-server - npm Package Compare versions

Comparing version
0.9.8
to
0.9.9
+8
-8
PKG-INFO
Metadata-Version: 2.1
Name: app_server
Version: 0.9.8
Version: 0.9.9
Summary: a lightweight web application launcher for gunicorn and static files.
Home-page: https://github.com/XeoN-GHMB/app_server
Home-page: https://github.com/viur-framework/viur-app_server
Author: Andreas H. Kelch
Author-email: ak@mausbrand.de
Project-URL: Bug Tracker, https://github.com/XeoN-GHMB/app_server/issues
Project-URL: Bug Tracker, https://github.com/viur-framework/viur-app_server/issues
Classifier: Programming Language :: Python :: 3

@@ -14,7 +14,7 @@ Classifier: Operating System :: OS Independent

License-File: LICENSE
Requires-Dist: werkzeug==2.3.7
Requires-Dist: pyyaml==6.0
Requires-Dist: gunicorn==21.2.0
Requires-Dist: fs==2.4.16
Requires-Dist: grpcio==1.58.0
Requires-Dist: werkzeug~=2.3.7
Requires-Dist: pyyaml~=6.0
Requires-Dist: gunicorn~=21.2.0
Requires-Dist: fs~=2.4.16
Requires-Dist: grpcio>=1.58.0

@@ -21,0 +21,0 @@ ## App Server

@@ -9,5 +9,5 @@ [metadata]

long_description_content_type = text/markdown
url = https://github.com/XeoN-GHMB/app_server
url = https://github.com/viur-framework/viur-app_server
project_urls =
Bug Tracker = https://github.com/XeoN-GHMB/app_server/issues
Bug Tracker = https://github.com/viur-framework/viur-app_server/issues
classifiers =

@@ -23,7 +23,7 @@ Programming Language :: Python :: 3

install_requires =
werkzeug==2.3.7
pyyaml==6.0
gunicorn==21.2.0
fs==2.4.16
grpcio==1.58.0
werkzeug~=2.3.7
pyyaml~=6.0
gunicorn~=21.2.0
fs~=2.4.16
grpcio>=1.58.0

@@ -30,0 +30,0 @@ [options.packages.find]

Metadata-Version: 2.1
Name: app-server
Version: 0.9.8
Name: app_server
Version: 0.9.9
Summary: a lightweight web application launcher for gunicorn and static files.
Home-page: https://github.com/XeoN-GHMB/app_server
Home-page: https://github.com/viur-framework/viur-app_server
Author: Andreas H. Kelch
Author-email: ak@mausbrand.de
Project-URL: Bug Tracker, https://github.com/XeoN-GHMB/app_server/issues
Project-URL: Bug Tracker, https://github.com/viur-framework/viur-app_server/issues
Classifier: Programming Language :: Python :: 3

@@ -14,7 +14,7 @@ Classifier: Operating System :: OS Independent

License-File: LICENSE
Requires-Dist: werkzeug==2.3.7
Requires-Dist: pyyaml==6.0
Requires-Dist: gunicorn==21.2.0
Requires-Dist: fs==2.4.16
Requires-Dist: grpcio==1.58.0
Requires-Dist: werkzeug~=2.3.7
Requires-Dist: pyyaml~=6.0
Requires-Dist: gunicorn~=21.2.0
Requires-Dist: fs~=2.4.16
Requires-Dist: grpcio>=1.58.0

@@ -21,0 +21,0 @@ ## App Server

@@ -1,5 +0,5 @@

werkzeug==2.3.7
pyyaml==6.0
gunicorn==21.2.0
fs==2.4.16
grpcio==1.58.0
werkzeug~=2.3.7
pyyaml~=6.0
gunicorn~=21.2.0
fs~=2.4.16
grpcio>=1.58.0

@@ -16,3 +16,3 @@ import sys, os, re, subprocess, yaml, argparse, time, mimetypes, logging

__version__ = "0.9.8"
__version__ = "0.9.9"

@@ -300,2 +300,4 @@ subprocesses = []

entrypoint.extend(["--timeout", str(args.timeout)])
os.chdir(appFolder)

@@ -302,0 +304,0 @@ subprocesses.append(subprocess.Popen(entrypoint))