
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.
.. image:: https://img.shields.io/pypi/v/wired.svg :target: https://pypi.org/pypi/wired
.. image:: https://github.com/mmerickel/wired/workflows/Build%20and%20test/badge.svg?branch=main :target: https://github.com/mmerickel/wired/actions?query=workflow%3A%22Build+and+test%22 :alt: main CI Status
.. image:: https://readthedocs.org/projects/wired/badge/?version=latest :target: https://readthedocs.org/projects/wired/?badge=latest :alt: Documentation Status
Have a large application where you want to decrease coupling between components? Need to supply configuration to your application's various services? Want to make a pluggable application where others can supply services?
Inversion of Control <https://en.wikipedia.org/wiki/Inversion_of_control>
_ and
Dependency Injection <https://en.wikipedia.org/wiki/Dependency_injection>
_ are
two patterns commonly used for these goals.
wired
is an implementation of an inversion-of-control (IoC) container and
may be used as the core of a dependency injection (DI) framework or simply as
a way to separate config-time from runtime for services in an application. It
also provides caching such that a container maintains a local copy of each
service as they are instantiated.
wired
aims to scale down to the simplest cases and up to very large, custom
systems. It has one dependency and that dependency has one dependency.
See https://wired.readthedocs.io or
docs/index.rst
in this distribution for detailed documentation.
FAQs
An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.
We found that wired 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 researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.