Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wessberg/di

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/di - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

dist/cjs/Decorator/noInject.d.ts

1

dist/cjs/index.d.ts

@@ -0,2 +1,3 @@

export { noInject } from "./Decorator/noInject";
export { DIContainer } from "./DIContainer/DIContainer";
export { IDIContainer, IGetOptions, IRegisterOptions } from "./DIContainer/Interface/IDIContainer";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var noInject_1 = require("./Decorator/noInject");
exports.noInject = noInject_1.noInject;
var DIContainer_1 = require("./DIContainer/DIContainer");
exports.DIContainer = DIContainer_1.DIContainer;

@@ -0,2 +1,3 @@

export { noInject } from "./Decorator/noInject";
export { DIContainer } from "./DIContainer/DIContainer";
export { IDIContainer, IGetOptions, IRegisterOptions } from "./DIContainer/Interface/IDIContainer";

@@ -0,1 +1,2 @@

export { noInject } from "./Decorator/noInject";
export { DIContainer } from "./DIContainer/DIContainer";

2

package.json
{
"name": "@wessberg/di",
"version": "1.0.16",
"version": "1.0.17",
"description": "A Dependency-Injection container that holds services and can produce instances of them as required. It mimics reflection by parsing the app at compile-time and supporting the generic-reflection syntax.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -19,2 +19,6 @@ # DI (Dependency Injector) [![NPM version][npm-image]][npm-url]

**v1.0.17**:
- Added a `noInject` decorator to the exports of the module which, together with the DI-compiler, will tell the Compiler to skip the classes that has it.
**v1.0.16**:

@@ -21,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc