New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nexus-ioc/shared

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexus-ioc/shared

Shared interfaces and utilities for Nexus IoC packages

latest
Source
npmnpm
Version
0.6.1
Version published
Maintainers
1
Created
Source

@nexus-ioc/shared

npm version npm downloads npm downloads License: MIT Bundle Size CI codecov Dependencies GitHub stars GitHub issues TypeScript PRs Welcome

Shared interfaces, types, and utilities for Nexus IoC packages.

Overview

This package contains shared interfaces and base classes used across the Nexus IoC ecosystem, particularly between @nexus-ioc/core and @nexus-ioc/testing packages.

Purpose

The @nexus-ioc/shared package was created to:

  • Eliminate circular dependencies between core and testing packages
  • Provide a single source of truth for shared interfaces
  • Enable better separation of concerns
  • Facilitate easier maintenance and evolution of the codebase

Contents

  • Interfaces: Core interfaces like ContainerInterface, HashUtilInterface, ModuleContainerInterface
  • Errors: Shared error classes like ContainerNotCompiledError

Installation

This package is typically installed as a dependency of other Nexus IoC packages and is not meant to be used directly.

npm install @nexus-ioc/shared

License

MIT

Keywords

IoC

FAQs

Package last updated on 17 Oct 2025

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