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

@spinajs/reflection

Package Overview
Dependencies
Maintainers
1
Versions
313
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 2.0.14 to 2.0.19

3

lib/index.d.ts

@@ -1,2 +0,1 @@

import * as ts from 'typescript';
import { Exception } from '@spinajs/exceptions';

@@ -43,3 +42,3 @@ export * from 'typescript-mix';

*/
getClassMembers(className: string): Map<string, ts.MethodDeclaration>;
getClassMembers(className: string): Map<string, any>;
private walkClassNode;

@@ -46,0 +45,0 @@ private walkMemberNode;

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

})
.flatMap((d) => glob.sync(path.join(d, filter)))
.flatMap((d) => glob.sync(path.join(d, filter).replace(/\\/g, '/')))
.flatMap((f) => {

@@ -168,0 +168,0 @@ logger.trace(`Loading file ${f}`);

{
"name": "@spinajs/reflection",
"version": "2.0.14",
"version": "2.0.19",
"description": "SpinaJS reflection helpers",

@@ -32,6 +32,7 @@ "main": "lib/index.js",

"dependencies": {
"@spinajs/configuration": "^2.0.12",
"@spinajs/di": "^2.0.12",
"@spinajs/configuration": "^2.0.19",
"@spinajs/di": "^2.0.19",
"@spinajs/exceptions": "^2.0.12",
"@spinajs/log": "^2.0.14",
"@spinajs/log": "^2.0.19",
"glob": "^8.0.3",
"lodash": "^4.17.21",

@@ -42,5 +43,6 @@ "typescript": "^4.7.4",

"devDependencies": {
"@types/node": "^18.0.4"
"@types/glob": "7.2.0",
"@types/node": "^16.11.11"
},
"gitHead": "81b84e0b70c385409a01e655412c48d021a96352"
"gitHead": "51e801176ecec955cbf1eb2d91e9f4740cb2b471"
}

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