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

@alterior/di

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

@alterior/di - npm Package Compare versions

Comparing version 3.0.0-beta.7 to 3.0.0-beta.8

6

dist/metadata.d.ts
import { Annotation } from "@alterior/annotations";
export declare class InjectableAnnotation extends Annotation {
}
export declare const Injectable: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<any>;
export declare const Injectable: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[any?]>;
export declare class OptionalAnnotation extends Annotation {
}
export declare const Optional: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<any>;
export declare const Optional: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[any?]>;
export declare class InjectAnnotation extends Annotation {

@@ -12,2 +12,2 @@ readonly token: any;

}
export declare const Inject: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<any>;
export declare const Inject: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[any]>;
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) {

@@ -7,0 +10,0 @@ extendStatics(d, b);

@@ -37,2 +37,2 @@ import { Annotation } from "@alterior/annotations";

}
export declare const Module: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<ModuleOptions>;
export declare const Module: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[ModuleOptions?]>;
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) {

@@ -7,0 +10,0 @@ extendStatics(d, b);

{
"name": "@alterior/di",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"access": "public",

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

"prepare": "npm run test",
"test": "exit 0"
"test": "npm run build && exit 0"
},

@@ -28,10 +28,11 @@ "repository": {

"dependencies": {
"@alterior/annotations": "^3.0.0-beta.7",
"@alterior/common": "^3.0.0-beta.7",
"@alterior/annotations": "^3.0.0-beta.8",
"@alterior/common": "^3.0.0-beta.8",
"injection-js": "^2.2.1"
},
"devDependencies": {
"reflect-metadata": "^0.1.12"
"reflect-metadata": "^0.1.12",
"typescript": "^3.0.3"
},
"gitHead": "0b725be47fdfa968cb9737cda7641bcbcd8378f5"
"gitHead": "7d4bb06b064ceeb887e900279012f6c705a0dd9e"
}

Sorry, the diff of this file is not supported yet

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