Socket
Book a DemoInstallSign in
Socket

payload-exportcollections-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

payload-exportcollections-plugin

Extends `payloadcms` with the ability to export all collection's data to CSV or JSON

0.0.4
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

payload-exportcollections-plugin

Extends payloadcms with the ability to export all collection's data to CSV or JSON

Current status

codeql

test

publish

GitHub Super-Linter

Codacy Badge

Install

yarn add payload-exportcollections-plugin

Get Started

payload.config.ts

import exportCollectionsPlugin from "payload-exportcollections-plugin/dist/plugins";

export default buildConfig({
    ....
    plugins: [exportCollectionsPlugin(config?)]
    ....
})

The plugin may expects a config object defined like this:

export type ExportCollectionsPluginConfig = {
  disabledCollections?: string[];
};

where disabledCollections is a list of collections' slugs that you want to exclude from the plugin's enrichment.

FAQs

Package last updated on 15 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.