You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

flict

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flict - pypi Package Compare versions

Comparing version
1.2.12
to
1.2.13
+1
-1
flict.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: flict
Version: 1.2.12
Version: 1.2.13
Summary: FOSS License Compatibility Tool

@@ -5,0 +5,0 @@ Home-page: https://github.com/vinland-technology/flict

@@ -1,2 +0,2 @@

foss-flame~=0.19
foss-flame~=0.20
license-expression~=30.3

@@ -12,4 +12,4 @@ osadl-matrix==2024.2.13.10236

flake8-broken-line~=1.0
flake8-bugbear~=24.2
flake8-builtins~=2.2
flake8-bugbear~=24.4
flake8-builtins~=2.5
flake8-coding~=1.3

@@ -34,3 +34,3 @@ flake8-commas~=2.1

flake8~=7.0
jsonschema~=4.21
jsonschema~=4.22
pytest-bandit~=0.6

@@ -44,5 +44,5 @@ pytest-cov~=5.0

pytest-tldr~=0.2
pytest~=8.1
pytest~=8.2
reuse~=3.0
twine~=5.0
wheel~=0.43

@@ -32,3 +32,3 @@ ###################################################################

flict_version = "1.2.12"
flict_version = "1.2.13"

@@ -35,0 +35,0 @@ SCRIPT_DIR = os.path.realpath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))

@@ -19,17 +19,10 @@ ###################################################################

_instance = None
@staticmethod
def formatter(format_):
if FormatterFactory._instance is None:
if format_.lower() == "json":
FormatterFactory._instance = JsonFormatter()
elif format_.lower() == "text":
FormatterFactory._instance = TextFormatter()
elif format_.lower() == "dot":
FormatterFactory._instance = DotFormatter()
elif format_.lower() == "markdown":
FormatterFactory._instance = PackageMarkdownFlictFormatter()
# else ignored
# else ignored
return FormatterFactory._instance
if format_.lower() == "text":
return TextFormatter()
elif format_.lower() == "dot":
return DotFormatter()
elif format_.lower() == "markdown":
return PackageMarkdownFlictFormatter()
return JsonFormatter()
Metadata-Version: 2.1
Name: flict
Version: 1.2.12
Version: 1.2.13
Summary: FOSS License Compatibility Tool

@@ -5,0 +5,0 @@ Home-page: https://github.com/vinland-technology/flict

@@ -8,4 +8,4 @@ bump2version ~= 1.0

flake8-broken-line ~= 1.0
flake8-bugbear ~= 24.2
flake8-builtins ~= 2.2
flake8-bugbear ~= 24.4
flake8-builtins ~= 2.5
flake8-coding ~= 1.3

@@ -29,3 +29,3 @@ flake8-commas ~= 2.1

flake8-variables-names == 0.0.6
pytest ~= 8.1
pytest ~= 8.2
pytest-bandit ~= 0.6

@@ -40,4 +40,4 @@ pytest-cov ~= 5.0

twine ~= 5.0
jsonschema ~= 4.21
jsonschema ~= 4.22
reuse ~= 3.0
wheel ~= 0.43
license-expression ~= 30.3
osadl-matrix==2024.2.13.10236
foss-flame ~= 0.19
foss-flame ~= 0.20