Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Pythonic inversion of control targeting ports and adapters application development style
plug-in
is a library that allows You to manage dependencies across Your project
code. Usage of plug-in
in Your apps will result in easy-to-maintain project
structure. It guides You throughout development process by bringing the
plugin architecture into Your application. plug-in
implements this architecture
for You, with explicit requirements on Your project structure.
I am actively developing this project right now. I've implemented the basic functionalities and still working on API. Right now, project is in alpha phase.
...
All commits should be structured according to Conventional Commits specification.
For answer "Which one commit type should I use?", please refer to below table.
Commit Type | Title | Description |
---|---|---|
feat | Features | A new feature |
fix | Bug Fixes | A bug Fix |
docs | Documentation | Documentation only changes |
style | Styles | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
refactor | Code Refactoring | A code change that neither fixes a bug nor adds a feature |
perf | Performance Improvements | A code change that improves performance |
test | Tests | Adding missing tests or correcting existing tests |
build | Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
ci | Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
chore | Chores | Other changes that don't modify src or test files |
revert | Reverts | Reverts a previous commit |
Source: https://github.com/pvdlg/conventional-changelog-metahub/blob/master/README.md#commit-types
FAQs
Pythonic inversion of control targeting ports and adapters application development style
We found that pyplugin-lib 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.