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
0
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.1.1 to 2.1.2

6

CHANGELOG.md
# trifid-plugin-graph-explorer
## 2.1.2
### Patch Changes
- f0e3b13: Fix and improve types references
## 2.1.1

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

4

dist/index.d.ts
export default factory;
/** @type {import('../core/types/index.js').TrifidPlugin} */
declare const factory: import("../core/types/index.js").TrifidPlugin;
/** @type {import('trifid-core/types').TrifidPlugin} */
declare const factory: import("trifid-core/types").TrifidPlugin;
//# sourceMappingURL=index.d.ts.map

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

/** @type {import('../core/types/index.js').TrifidPlugin} */
/** @type {import('trifid-core/types').TrifidPlugin} */
const factory = async (trifid) => {

@@ -14,0 +14,0 @@ const { config, server, render } = trifid

@@ -7,3 +7,3 @@ {

"types": "dist/index.d.ts",
"version": "2.1.1",
"version": "2.1.2",
"license": "Apache-2.0",

@@ -44,2 +44,3 @@ "homepage": "https://github.com/zazuko/trifid",

"c8": "^10.1.2",
"rimraf": "^6.0.1",
"trifid-core": "^5.1.0",

@@ -46,0 +47,0 @@ "typescript": "^5.6.3"

Sorry, the diff of this file is not supported yet

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