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.0.5 to 0.0.6

2

package.json
{
"name": "dependency-injection-cat",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",

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

@@ -61,11 +61,15 @@ ![npm](https://img.shields.io/npm/v/dependency-injection-cat?style=flat)

transpileOnly: true, // If set transpileOnly: true, you're loosing TypeChecking
//If you're using ttypescript
compiler: 'ttypescript',
//If you don't use ttypescript, you should pass transformer
getCustomTransformers: program => ({
before: [
dependencyInjectionCatTransformer(program)
]
})
}
}
]
}
dependencyInjectionCatTransformer(program),
],
}),
},
},
],
},
};

@@ -270,4 +274,5 @@ ```

<!-- toc -->
- Qualifier be a string, and should not be empty string
- Qualifier should not be dynamically calculated (no template strings, or references to constants/properties)
- Qualifier should be a string
- Qualifier should not be empty string
- Qualifier should not be dynamically calculated (no template strings, or references to constants/object properties)
<!-- tocstop -->

@@ -274,0 +279,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