
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@pnp/buildsystem
Advanced tools
This project contains the system used to build, package, and publish the npm packages created for each package in the ./packages folder.
Configuration is driven entirely by the buildsystem-config.ts file, which uses TypeScript to allow type checking for the elements. The file should provide a default export of an array of build configurations as described below. There can be any number of configurations as needed, but to support the full lifecycle you typically need to cover one config for each role: build, package, and publish.
For each of the three roles, build, package, and publish there exists an interface defining what it should contain. You can have multiple configurations per role, differentiated by name.
The definitions for the configuration options are available in the source. It is intended your buildsystem.config.ts export a valid
ConfigCollection;
For an example buildsystem-config please see the one used by PnPjs within this repo.
You can install the tool globally but that isn't requried as it is installed locally when you npm install within the root of the main library project. It has a simple command line:
pnpbuild -n <name of the configuration to run>
OR default to using the "build" configuration:
pnpbuild
FAQs
pnp - the build system used within the @pnp/pnpjs monorepo
The npm package @pnp/buildsystem receives a total of 105 weekly downloads. As such, @pnp/buildsystem popularity was classified as not popular.
We found that @pnp/buildsystem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers collaborating on the project.
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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.