New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobidic

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobidic

0.0.51
Source
npm
Version published
Weekly downloads
21
-38.24%
Maintainers
0
Weekly downloads
 
Created
Source
logo

Mobidic - Dependency Injection Container (WIP)

NPM version build status npm download bundle size

import { container } from 'mobidic'

class Fruits {}
container.register(Fruits, { scope: 'transient' })

container.inject(Fruits)

FAQs

Package last updated on 01 Feb 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