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.6 to 2.0.7

2

lib/interfaces.d.ts

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

export declare type AliasFactory<K extends string, T> = {
[key in K]: () => T;
[key in K]: (...args: any[]) => T;
};

@@ -58,0 +58,0 @@ export declare type AliasMap<K extends string, T> = {

{
"name": "@injex/core",
"version": "2.0.6",
"version": "2.0.7",
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps",

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

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

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

},
"gitHead": "f9b5e04a076f3aa852623d3528c2491240a4c22a"
"gitHead": "1a28774ff3278a77dfe4500598458628a5ecd5d0"
}
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