Socket
Socket
Sign inDemoInstall

forceclouds-fc-common-lib

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    forceclouds-fc-common-lib

common front-end library for forceclouds


Version published
Maintainers
1
Install size
1.36 MB
Created

Readme

Source

fc-common-lib

前端公用的依赖库集合

包含功能库

QueryComposer

本库只处理生成 query 参数的工作,不处理前缀 ?,请开发者自行添加。

Privilege

权限检查模块,可以检查 tab、field、Object 以及 Action 的。

使用范例(QueryComposer)

  1. only use part of the lib.
import QueryComposer from 'fc-common-lib/query-composer';

QueryComposer.fromObject({});
  1. use total lib.
import { QueryComposer } from 'fc-common-lib';
QueryComposer.fromObject({});

FAQs

Last updated on 26 Dec 2019

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc