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

@genesislcap/build-kit

Package Overview
Dependencies
Maintainers
1
Versions
1746
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genesislcap/build-kit

Build utilities & types

Source
npmnpm
Version
14.127.4
Version published
Weekly downloads
5.6K
19.68%
Maintainers
1
Weekly downloads
 
Created
Source

Build Kit

Provides utilities and Typescript interfaces to enable a consistent API for different bundlers and other build-related tools.

To provide support for a new bundler:

  • create a new NPM package (typically called *-builder e.g. xyz-builder)
  • add any dependencies required
  • provide a default export - function accepting build context xwparameter:
(ctx: BuildContext) => {
  // any logic specific to this builder (library API calls, CLI execution etc.)
}

Build context contains user configuration, CLI command details (dev/prod/analyze etc.) and other relevant runtime information.

See @genesislcap/ts-builder for an example.

License

Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact Genesis Global for more details.

Licensed components

Genesis low-code platform

FAQs

Package last updated on 04 Jan 2024

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