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

scriptflow

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scriptflow - pypi Package Compare versions

Comparing version
0.2.10
to
0.2.11
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: scriptflow
Version: 0.2.10
Version: 0.2.11
Summary: Like a makefile but in python, a stripped-down system of Airflow or Luigi

@@ -5,0 +5,0 @@ Author: Thibaut Lamadon

[tool.poetry]
name = "scriptflow"
version = "0.2.10"
version = "0.2.11"
description = "Like a makefile but in python, a stripped-down system of Airflow or Luigi"

@@ -5,0 +5,0 @@ authors = ["Thibaut Lamadon <thibaut.lamadon@gmail.com>"]

@@ -240,3 +240,3 @@ # simple script flow

# run my own event loop
if self.classic_terminal:
if not self.classic_terminal:
with console.status("Running ...") as status:

@@ -243,0 +243,0 @@ while True: