New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trifid-plugin-graph-explorer

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trifid-plugin-graph-explorer - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGELOG.md
# trifid-plugin-graph-explorer
## 2.0.2
### Patch Changes
- e8faa76: Internally use the new `render` function, that takes the `request` as first argument.
## 2.0.1

@@ -4,0 +10,0 @@

3

index.js

@@ -64,3 +64,3 @@ // @ts-check

* Route handler.
* @param {import('fastify').FastifyRequest} request Request.
* @param {import('fastify').FastifyRequest & { session: Map<string, any> }} request Request.
* @param {import('fastify').FastifyReply} reply Reply.

@@ -79,2 +79,3 @@ */

const content = await render(
request,
view,

@@ -81,0 +82,0 @@ {

@@ -6,3 +6,3 @@ {

"main": "index.js",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/zazuko/trifid",

"mocha": "^10.2.0",
"trifid-core": "^3.0.0"
"trifid-core": "^4.0.0"
}
}
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