Gathering detailed insights and metrics for @lowdefy/operators-change-case
Gathering detailed insights and metrics for @lowdefy/operators-change-case
Gathering detailed insights and metrics for @lowdefy/operators-change-case
Gathering detailed insights and metrics for @lowdefy/operators-change-case
change-case-all
All change-case methods bundled in a single module
@babel/plugin-transform-logical-assignment-operators
Transforms logical assignment operators into short-circuited assignments
@babel/plugin-syntax-logical-assignment-operators
Allow parsing of the logical assignment operators
@lowdefy/operators-js
JS Lowdefy operators
npm install @lowdefy/operators-change-case
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,695 Stars
5,812 Commits
163 Forks
28 Watching
33 Branches
23 Contributors
Updated on 26 Nov 2024
JavaScript (94.77%)
HTML (2.39%)
Less (2.02%)
Nunjucks (0.41%)
TypeScript (0.38%)
Shell (0.02%)
Dockerfile (0.02%)
Cumulative downloads
Total Downloads
Last day
0%
14
Compared to previous day
Last week
54.3%
108
Compared to previous week
Last month
33.1%
744
Compared to previous month
Last year
-12.3%
7,672
Compared to previous year
3
5
Lowdefy is a source available web framework that enables you to:
Create internal tools, web apps, admin panels, BI dashboards, web sites and CRUD apps with simple YAML or JSON config.
Lowdefy config is easy to read, write, copy, paste, or template. Config when you can, but code when you need to.
Make API calls and read and write to your databases with minimal config. Build web apps that connect your data.
Lowdefy's Blocks, Requests, Operators, Actions, Auth Providers, and Adapters can all be extended with plugins, making it the most flexible config web stack. Powered by NPM, Lowdefy's plugin system allows developers to bundle modules using their preferred packages. Even unpublished plugins can be added to your repository, enabling easy use of project-specific code. See the plugin docs and the plugin project example for more details.
Lowdefy runs as a Next.js app in production, so you can deploy it anywhere that supports Next.js deployment. Deploy with Vercel, Docker, or anything that runs Next.js apps.
Authentication is built on top of Auth.js, providing the full flexibility and security from one of the most popular open-source auth layers. SSO, SAML, 2FA, no problem. Google, Okta, Auth0, and more - bring your own provider.
Lowdefy's minimal config is designed to be easy to read, write, and understand, making it simple to copy, paste, review changes, or pick up where others left off. Defining apps using a structured schema speeds up development in teams of any size.
Lowdefy supports building multi-page apps with both public and private pages, serving a wide range of use cases. Role-based access control (RBAC) allows for easy implementation of secure, granular access control where needed.
Lowdefy apps are built using:
We are working on expanding the list of connections, and you can vote for the ones you need here.
Run:
1pnpx lowdefy@latest init && pnpx lowdefy@latest dev
This will create a file called lowdefy.yaml
in the current working directory that contains the configuration for a Lowdefy app (as well as a .gitignore
) and launch a local development server at http://localhost:3000. Make changes in the lowdefy.yaml
file to see them reflect in the app.
The simplest way to contribute to Lowdefy is by creating custom plugins like Blocks, Actions, Requests, Operators, or Auth Adapters and Providers, and publishing them to NPM for the community's benefit.
Easily add and develop plugins in any Lowdefy project; refer to the plugins project example for a pnpm monorepo setup to jumpstart local plugin development.
When publishing your plugin to NPM, include lowdefy
in the name for easy discovery, and share it on our Github Discussions to inform the community.
Run Lowdefy servers locally by adding your Lowdefy config to the app/..
folder. Use one of the following scripts to the server:
pnpm app:cli:dev
: Starts the development server with the config provided in the app
folder, useful for developing locally.pnpm app:cli:build
: Creates a production build of your lowdefy app for the config config provided in the app
folder.pnpm app:cli:start
: Starts the production server of your lowdefy app built using the build
command output.See the project
package.json
scripts for more predefined scripts.
Please also see CONTRIBUTING.md.
Convert a v3 app to V4 - See the v4 conversion notes.
All changes to this project are documented in CHANGELOG.md.
If you discover a vulnerability, please follow the guide in SECURITY.md to disclose this to us responsibly.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to follow the Contributor Covenant code of conduct. See CODE_OF_CONDUCT.md for more.
No vulnerabilities found.
Reason
14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
Project has not signed or included provenance with any releases.
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
25 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More