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

@webiny/ioc

Package Overview
Dependencies
Maintainers
0
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/ioc - npm Package Compare versions

Comparing version 5.40.6 to 5.41.0-beta.0

2

AbstractDecorator.d.ts
import { Decorator } from "./container";
export declare abstract class AbstractDecorator<T> implements Decorator<T> {
private __decoratee;
get decoratee(): T;
get decoratee(): NonNullable<T>;
setDecoratee(decoratee: T): void;
}
import { Container as BaseContainer, interfaces } from "inversify";
export declare type Constructor<T> = new (...args: any[]) => T;
export type Constructor<T> = new (...args: any[]) => T;
export interface Decorator<T> {

@@ -4,0 +4,0 @@ readonly decoratee: T;

{
"name": "@webiny/ioc",
"version": "5.40.6",
"version": "5.41.0-beta.0",
"main": "index.js",

@@ -17,7 +17,7 @@ "repository": {

"devDependencies": {
"@webiny/cli": "5.40.6",
"@webiny/project-utils": "5.40.6",
"@webiny/cli": "5.41.0-beta.0",
"@webiny/project-utils": "5.41.0-beta.0",
"ttypescript": "1.5.15",
"typescript": "4.7.4",
"zod": "3.22.4"
"typescript": "4.9.5",
"zod": "3.23.8"
},

@@ -32,3 +32,3 @@ "publishConfig": {

},
"gitHead": "f9da84b373e62f9f269599c4301e5e4418a98d51"
"gitHead": "9ce5e75fc577aa4de2cf08d5ca734b3c98fe65b6"
}
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