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

@fastify/autoload

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/autoload - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

scripts/unit-typescript-tsimp.js

9

lib/runtime.js

@@ -101,2 +101,8 @@ 'use strict'

},
tsimp: {
get () {
cache.tsimp ??= checkProcessArgv('tsimp/import')
return cache.tsimp
}
},
supportTypeScript: {

@@ -113,3 +119,4 @@ get () {

runtime.tsx ||
runtime.esbuild
runtime.esbuild ||
runtime.tsimp
)

@@ -116,0 +123,0 @@ return cache.supportTypeScript

8

package.json
{
"name": "@fastify/autoload",
"version": "6.0.0",
"version": "6.0.1",
"description": "Require all plugins in a directory",

@@ -18,2 +18,3 @@ "main": "index.js",

"typescript:tsx": "node scripts/unit-typescript-tsx.js",
"typescript:tsimp": "node scripts/unit-typescript-tsimp.js",
"typescript:esbuild": "node scripts/unit-typescript-esbuild.js",

@@ -56,3 +57,3 @@ "typescript:vitest": "vitest run",

"esbuild-register": "^3.5.0",
"fastify": "^5.0.0-alpha.4",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.0",

@@ -67,5 +68,6 @@ "jest": "^29.7.0",

"tsd": "^0.31.1",
"tsimp": "^2.0.11",
"tsm": "^2.3.0",
"tsx": "^4.15.7",
"typescript": "^5.4.5",
"typescript": "5.5",
"vite": "^5.2.12",

@@ -72,0 +74,0 @@ "vitest": "^2.0.3"

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