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

addext

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

addext - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
addext.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: addext
Version: 1.0.0
Version: 1.0.1
Summary: Adds file extensions to files based on their PRONOM identifiers (PUIDs).

@@ -5,0 +5,0 @@ Home-page: https://github.com/timothyryanwalsh/addext

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

# check that file was successfully downloaded
if os.path.isfile(file_name) and os.path.getsize(filename) > 0:
if os.path.isfile(file_name) and os.path.getsize(file_name) > 0:
print("File successfully downloaded.")

@@ -71,0 +71,0 @@ else:

Metadata-Version: 1.1
Name: addext
Version: 1.0.0
Version: 1.0.1
Summary: Adds file extensions to files based on their PRONOM identifiers (PUIDs).

@@ -5,0 +5,0 @@ Home-page: https://github.com/timothyryanwalsh/addext

@@ -5,3 +5,3 @@ from setuptools import setup

name = 'addext',
version = '1.0.0',
version = '1.0.1',
url = 'https://github.com/timothyryanwalsh/addext',

@@ -8,0 +8,0 @@ author = 'Tim Walsh',