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

@ogre-tools/injectable

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ogre-tools/injectable - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [6.0.1](https://github.com/ogre-works/ogre-tools/compare/v6.0.0...v6.0.1) (2022-03-30)
### Bug Fixes
* Fix error in typing of a lifecycle ([3b4b3cd](https://github.com/ogre-works/ogre-tools/commit/3b4b3cdae9f67afd668c96bc451e1f858af27513))
## [6.0.0](https://github.com/ogre-works/ogre-tools/compare/v5.2.0...v6.0.0) (2022-03-29)

@@ -8,0 +17,0 @@

4

ogre-tools-injectable.d.ts

@@ -150,3 +150,5 @@ /// <reference types="jest" />

export const lifecycleEnum: {
singleton: (di: DiContainer, param: void) => typeof storedInstanceKey;
singleton: {
getInstanceKey: (di: DiContainer) => typeof storedInstanceKey;
};

@@ -153,0 +155,0 @@ keyedSingleton<InstantiationParam>(

{
"name": "@ogre-tools/injectable",
"private": false,
"version": "6.0.0",
"version": "6.0.1",
"description": "A brutal dependency injection container",

@@ -19,6 +19,6 @@ "repository": {

"dependencies": {
"@ogre-tools/fp": "^6.0.0",
"@ogre-tools/fp": "^6.0.1",
"lodash": "^4.17.21"
},
"gitHead": "338009b4e29651da88acd246e723f6a75d79ca80",
"gitHead": "1cd0b128b7de47d0f6d5a24641783c5bcd86ffc2",
"bugs": {

@@ -25,0 +25,0 @@ "url": "https://github.com/ogre-works/ogre-tools/issues"

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