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

crefi

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crefi - npm Package Compare versions

Comparing version
2.0.5
to
2.0.6
+2
-2
crefi.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: crefi
Version: 2.0.5
Version: 2.0.6
Summary: A tool to generate different IO's and create files on any mount point

@@ -11,2 +11,2 @@ Home-page: https://github.com/vijaykumar-koppad/Crefi

Platform: UNKNOWN
Requires: xattr
Requires: pyxattr

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

xattr
pyxattr
Metadata-Version: 1.1
Name: crefi
Version: 2.0.5
Version: 2.0.6
Summary: A tool to generate different IO's and create files on any mount point

@@ -11,2 +11,2 @@ Home-page: https://github.com/vijaykumar-koppad/Crefi

Platform: UNKNOWN
Requires: xattr
Requires: pyxattr

@@ -15,4 +15,4 @@ from setuptools import setup

py_modules = ['crefi','crefi_helper','logger','version'],
install_requires = ["xattr"],
requires = ["xattr"],
install_requires = ["pyxattr"],
requires = ["pyxattr"],
entry_points = """

@@ -19,0 +19,0 @@ [console_scripts]

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

__version__ = '2.0.5'
__version__ = '2.0.6'