Socket
Socket
Sign inDemoInstall

fastify-overview-ui

Package Overview
Dependencies
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-overview-ui - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/assets/index.4b5526e5.js

5

index.js

@@ -8,5 +8,6 @@ const path = require('path')

root: path.join(__dirname, 'dist'),
prefix: '/fastify-overview-ui/'
prefix: '/fastify-overview-ui/',
decorateReply: false
})
fastify.get('/json-overview-ui', async () => fastify.overview())
await fastify.get('/json-overview-ui', async () => fastify.overview())
},

@@ -13,0 +14,0 @@ {

13

package.json
{
"name": "fastify-overview-ui",
"description": "UI for fastify-overview",
"version": "1.0.0",
"version": "1.0.1",
"workspaces": [

@@ -18,3 +18,3 @@ "example"

"prepare": "husky install",
"test": "echo no tests"
"test": "tap test"
},

@@ -30,3 +30,3 @@ "dependencies": {

"d3": "^7.1.1",
"eslint": "^7.30.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",

@@ -38,2 +38,4 @@ "eslint-plugin-import": "^2.23.4",

"eslint-plugin-simple-import-sort": "^7.0.0",
"fastify": "^3.29.0",
"fastify-overview": "^2.2.0",
"husky": "^8.0.1",

@@ -44,4 +46,5 @@ "lint-staged": "^13.0.0",

"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tap": "^16.2.0",
"vite": "^2.6.4"

@@ -48,0 +51,0 @@ },

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