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

flow-controller

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-controller - pypi Package Compare versions

Comparing version
1.0.3
to
1.0.4
+1
-1
flow_controller.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: flow-controller
Version: 1.0.3
Version: 1.0.4
Summary: package for managing pipelines with simple commands

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -31,2 +31,7 @@ import threading

@classmethod
def from_keys(cls, action_key, quit_key):
trigger = key_press(action_key, quit_key)
return cls(trigger)
def is_active(self):

@@ -33,0 +38,0 @@ return self.trigger.quit_thread.is_alive()

Metadata-Version: 2.1
Name: flow_controller
Version: 1.0.3
Version: 1.0.4
Summary: package for managing pipelines with simple commands

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -9,3 +9,3 @@ #!/usr/bin/env python

name='flow_controller',
version='1.0.3',
version='1.0.4',
author='Ignace Konig',

@@ -12,0 +12,0 @@ description='package for managing pipelines with simple commands',