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

@payloadcms/plugin-nested-docs

Package Overview
Dependencies
Maintainers
4
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payloadcms/plugin-nested-docs - npm Package Compare versions

Comparing version 3.0.0-canary.92e4997 to 3.0.0-canary.c13f9ba

3

dist/index.d.ts

@@ -5,4 +5,5 @@ import type { Plugin } from 'payload/config';

import { createParentField } from './fields/parent.js';
export { createBreadcrumbsField, createParentField };
import { getParents } from './utilities/getParents.js';
export { createBreadcrumbsField, createParentField, getParents };
export declare const nestedDocsPlugin: (pluginConfig: NestedDocsPluginConfig) => Plugin;
//# sourceMappingURL=index.d.ts.map

@@ -6,4 +6,5 @@ import { createBreadcrumbsField } from './fields/breadcrumbs.js';

import { resaveSelfAfterCreate } from './hooks/resaveSelfAfterCreate.js';
import { getParents } from './utilities/getParents.js';
import { populateBreadcrumbs } from './utilities/populateBreadcrumbs.js';
export { createBreadcrumbsField, createParentField };
export { createBreadcrumbsField, createParentField, getParents };
export const nestedDocsPlugin = (pluginConfig)=>(config)=>({

@@ -10,0 +11,0 @@ ...config,

{
"name": "@payloadcms/plugin-nested-docs",
"version": "3.0.0-canary.92e4997",
"version": "3.0.0-canary.c13f9ba",
"description": "The official Nested Docs plugin for Payload",

@@ -33,6 +33,6 @@ "homepage": "https://payloadcms.com",

"@payloadcms/eslint-config": "1.1.1",
"payload": "3.0.0-canary.92e4997"
"payload": "3.0.0-canary.c13f9ba"
},
"peerDependencies": {
"payload": "3.0.0-canary.92e4997"
"payload": "3.0.0-canary.c13f9ba"
},

@@ -39,0 +39,0 @@ "publishConfig": {

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