Socket
Socket
Sign inDemoInstall

dependency-injection-cat

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-injection-cat - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

index.d.ts

@@ -44,3 +44,3 @@ export interface IDIContext<TBeans> {

export declare function Bean(beanConfig: IBeanConfig): typeof Bean;
export declare function Bean<T>(classIml: TClassConstructor<T>, beanConfig?: IBeanConfig): T;
export declare function Bean<T>(classImpl: TClassConstructor<T>, beanConfig?: IBeanConfig): T;
export declare function Bean(target: any, propertyKey: string | symbol): void;

@@ -47,0 +47,0 @@ export declare function Qualifier<T extends string>(beanName: T extends "" ? never : T): (targetClass: object, parameterKey: string | symbol, parameterIndex: number) => void;

{
"name": "dependency-injection-cat",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -72,2 +72,3 @@ # Dependency Injection Cat

const ReportDiErrorsPlugin = require('dependency-injection-cat/plugins/webpack/ReportDiErrors').default;
const DiCatBabelTransformer = require('dependency-injection-cat/transformers/babel');

@@ -82,5 +83,8 @@ module.exports = {

options: {
//Should be false, because babel caching files
//and don't call di-cat babel transformer, if your not *.di.* files was changed
cacheDirectory: false,
plugins: [
[
require('dependency-injection-cat/transformers/babel'),
DiCatBabelTransformer,
{

@@ -87,0 +91,0 @@ //Here is configuration options, see below

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