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

@injex/core

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injex/core - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

lib/injex.d.ts

@@ -55,3 +55,3 @@ import { IConstructor, Logger } from "@injex/stdlib";

get<K = any>(itemNameOrType: ModuleName | IConstructor): K;
getAlias<K extends string = string, V = any>(alias: string, keyBy: string): AliasMap<K, V> | AliasFactory<K, V> | V[];
getAlias<K extends string = string, V = any>(alias: string, keyBy?: string): AliasMap<K, V> | AliasFactory<K, V> | V[];
}
{
"name": "@injex/core",
"version": "2.0.5",
"version": "2.0.6",
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps",

@@ -46,3 +46,3 @@ "keywords": [

"dependencies": {
"@injex/stdlib": "^2.0.5",
"@injex/stdlib": "^2.0.6",
"tslib": "^2.0.1"

@@ -56,3 +56,3 @@ },

},
"gitHead": "6bc313b8108a4b4f722543a16bd38c5b96ac369e"
"gitHead": "f9b5e04a076f3aa852623d3528c2491240a4c22a"
}

Sorry, the diff of this file is not supported yet

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