Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@aws-amplify/plugin-types

Package Overview
Dependencies
Maintainers
9
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/plugin-types

This is a **types only** package that is used to facilitate dependency injection patterns across the codebase. Components can declare that they need an instance of a certain type that comes from this package and another component can provide the implement

npmnpm
Version
0.0.0-test-20241023205154
Version published
Weekly downloads
169K
-3.27%
Maintainers
9
Weekly downloads
 
Created
Source

Description

This is a types only package that is used to facilitate dependency injection patterns across the codebase. Components can declare that they need an instance of a certain type that comes from this package and another component can provide the implementation. This allows us to depend on interfaces rather than implementations in many parts of the codebase.

Whenever two packages in this repo need to talk to each other, they should do so through an interface defined in this package.

This package may also need to be split at some point into different logical groupings.

FAQs

Package last updated on 23 Oct 2024

Did you know?

Socket

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.

Install

Related posts