Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@budibase/server

Package Overview
Dependencies
Maintainers
4
Versions
3132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@budibase/server

Budibase Web Server

latest
Source
npmnpm
Version
3.36.3
Version published
Weekly downloads
4K
222.92%
Maintainers
4
Weekly downloads
 
Created
Source

Budibase server project

This project contains all the server specific logic required to run a Budibase app

App migrations

A migration system has been created in order to modify existing apps when breaking changes are added. These migrations will run on the app startup (both from the client side or the builder side), blocking the access until they are correctly applied.

Create a new migration

In order to add a new migration:

  • Run yarn add-workspace-migration [title]
  • Write your code on the newly created file

Keywords

budibase

FAQs

Package last updated on 24 Apr 2026

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