Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Django app to provide vscode icons for web application.
Please refer to original author for more detail.
Following command will help to install the package.
pip install vscode-icons
INSTALLED_APPS = [
...
'vscode_icons',
]
from vscode_icons.vscode import VSCodeIcons
vsi = VSCodeIcons()
# Getting file path
file_name = 'image.png'
file_icon_path = vsi.findFileIcon(file_name)
print(f'File Icon:\t {file_icon_path}')
# Getting directory path
dir_name = 'Documents'
dir_icon_path = vsi.findDirectoryIcon(dir_name)
print(f'Directory Icon:\t {dir_icon_path}')
File Icon: vscode_icons/icons/file_type_image.svg
Directory Icon: vscode_icons/icons/default_folder.svg
Tahir Rafique
Date | Version | Summary |
---|---|---|
15-Jun-23 | v1.0.0 | Initial build |
FAQs
Django app to provide vscode icons for web application.
We found that vscode-icons 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.