
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
sage-directory is a python package that offers a detailed overview of folder contents and streamlines the process of copying and managing directories.
sage-directory is a python package that offers a detailed overview of folder contents and streamlines the process of copying and managing directories. It is designed to enhance productivity and simplify file management. It provides details of folder contents, including the file types, size, and subfolder structures, enabling quick insights into the organization of your directory.
Beyond analysis, the tool offers robust functionality for copying entire folders, ensuring seamless management and replication of data environments. Whether you're organizing complex project files, backing up critical datasets, or duplicating environments, this tool is built to optimize your workflow.
pip install sage-directory
Comprehensive Folder Overview
Generate detailed summaries of folder contents, including file types, sizes, and subfolder structures,
import sage
sage.get_folder_overview('.')
Path | Folder Name | Is Folder? | File Name | File Size (Bytes) | File Extensions | Number of Files in Folder | Depth |
./bathoom.py | . | False | bathoom_cal.py | 2151 | .py | 0 | 0 |
./kitchen.png | . | False | kitchen.png | 2151 | .png | 0 | 0 |
./shops | shops | True | N/A | 0 | N/A | 2 | 1 |
Selective Copying
Choose a specific file to overwrite another in multiple directories
import sage
# overwrites the entered filename (basement.png) in the renovated_kitchen folder with the file in kitchen_catelog folder
sage.batch_file_overwrite(./kitchen_catelog, ./renovated_kitchen, "basement.png")
Batch Operations
Perform operations on multiple directories
import sage
# only copies 10 folders that are in the kitchen_catelog that share the same folder names as those in the old_kitchen folder in the renovated_kitchen folder
sage.copy_num_folders(./old_kitchen, ./kitchen_catelog, ./renovated_kitchen, 10)
# only copies folders that are in the kitchen_catelog that share the same folder names as those in the old_kitchen folder in the renovated_kitchen folder
sage.copy_folders(./old_kitchen, ./kitchen_catelog, ./renovated_kitchen)
FAQs
sage-directory is a python package that offers a detailed overview of folder contents and streamlines the process of copying and managing directories.
We found that sage-directory demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.