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.50 to 2.0.51

3

lib/index.js

@@ -111,4 +111,3 @@ import * as fs from 'fs';

}
// eslint-disable -next-line @typescript-eslint/await-thenable
const fPromises = directories
const fPromises = await directories
.filter((d) => {

@@ -115,0 +114,0 @@ /* eslint-disable */

{
"name": "@spinajs/reflection",
"version": "2.0.50",
"version": "2.0.51",
"description": "SpinaJS reflection helpers",

@@ -22,4 +22,4 @@ "exports": "./lib/index.js",

"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postinstall": "npm run build"
"version": "npm run format && git add -A src"
},

@@ -26,0 +26,0 @@ "files": [

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