Socket
Book a DemoInstallSign in
Socket

@rolster/invertly

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rolster/invertly

Invertly is a package that allows you to implement class mapping to identify and inject their dependencies.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Rolster Invertly

Invertly is a package that allows you to implement class mapping to identify and inject their dependencies.

Installation

npm i @rolster/invertly

Configuration

You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.

{
  "compilerOptions": {
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true
  },
  "files": ["node_modules/@rolster/types/index.d.ts"]
}

Contributing

  • Daniel Andrés Castillo Pedroza :rocket:

Keywords

rolster

FAQs

Package last updated on 08 Sep 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