New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@sdeverywhere/build

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sdeverywhere/build

This package provides the core build and plugin API for [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).

latest
Source
npmnpm
Version
0.3.11
Version published
Maintainers
2
Created
Source

@sdeverywhere/build

This package provides the core build and plugin API for SDEverywhere.

Quick Start

The best way to get started with SDEverywhere is to follow the Quick Start instructions. If you follow those instructions, the @sdeverywhere/build package will be added to your project automatically, in which case you can skip the following section.

Install

# npm
npm install --save-dev @sdeverywhere/build

# pnpm
pnpm add -D @sdeverywhere/build

# yarn
yarn add -D @sdeverywhere/build

Usage

Most users do not need to interact with the @sdeverywhere/build package directly; it is primarily used in the implementation of the sde command line tool (from the @sdeverywhere/cli package).

However, if you are building a custom plugin or a tool that drives the build process programmatically, you can refer to the API documentation below for more details.

Documentation

API documentation is available in the docs directory.

License

SDEverywhere is distributed under the MIT license. See LICENSE for more details.

FAQs

Package last updated on 10 Mar 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