You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@spinajs/reflection

Package Overview
Dependencies
Maintainers
1
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/reflection - npm Package Compare versions

Comparing version

to
2.0.111

21

lib/cjs/index.d.ts
import { Exception } from '@spinajs/exceptions';
export * from 'typescript-mix';
/**
* Class info structure
*/
export declare class ClassInfo<T> {
/**
* Full file path of loaded class
*/
file: string;
/**
* Class name
*/
name: string;
/**
* Javascript class object
*/
type: any;
/**
* Resolved instance
*/
instance?: T;
}
/**
* Exception thrown when some error during reflection occurs

@@ -26,0 +5,0 @@ */

8

lib/cjs/index.js

@@ -32,3 +32,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ResolveFromFiles = exports.TypescriptCompiler = exports.ReflectionException = exports.ClassInfo = void 0;
exports.ResolveFromFiles = exports.TypescriptCompiler = exports.ReflectionException = void 0;
const fs = __importStar(require("fs"));

@@ -45,8 +45,2 @@ const glob_1 = __importDefault(require("glob"));

/**
* Class info structure
*/
class ClassInfo {
}
exports.ClassInfo = ClassInfo;
/**
* Exception thrown when some error during reflection occurs

@@ -53,0 +47,0 @@ */

import { Exception } from '@spinajs/exceptions';
export * from 'typescript-mix';
/**
* Class info structure
*/
export declare class ClassInfo<T> {
/**
* Full file path of loaded class
*/
file: string;
/**
* Class name
*/
name: string;
/**
* Javascript class object
*/
type: any;
/**
* Resolved instance
*/
instance?: T;
}
/**
* Exception thrown when some error during reflection occurs

@@ -26,0 +5,0 @@ */

@@ -12,7 +12,2 @@ import * as fs from 'fs';

/**
* Class info structure
*/
export class ClassInfo {
}
/**
* Exception thrown when some error during reflection occurs

@@ -19,0 +14,0 @@ */

10

package.json
{
"name": "@spinajs/reflection",
"version": "2.0.110",
"version": "2.0.111",
"description": "SpinaJS reflection helpers",

@@ -44,6 +44,6 @@

"dependencies": {
"@spinajs/configuration": "^2.0.110",
"@spinajs/di": "^2.0.110",
"@spinajs/exceptions": "^2.0.110",
"@spinajs/log": "^2.0.110",
"@spinajs/configuration": "^2.0.111",
"@spinajs/di": "^2.0.111",
"@spinajs/exceptions": "^2.0.111",
"@spinajs/log": "^2.0.111",
"glob": "^8.1.0",

@@ -50,0 +50,0 @@ "lodash": "^4.17.21",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet