Socket
Book a DemoInstallSign in
Socket

@easyops-cn/brick-next-pipes

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyops-cn/brick-next-pipes

Pipes for Brick Next

latest
Source
npmnpm
Version
0.7.6
Version published
Weekly downloads
602
290.91%
Maintainers
3
Weekly downloads
 
Created
Source

Brick Next Pipes CI Status Coverage Status

Usage

npm install --save @easyops-cn/brick-next-pipes
import { pipes } from "@easyops-cn/brick-next-pipes";

const stringified = pipes.yamlStringify(yourObject);

Documentation

https://easyops-cn.github.io/brick-next-pipes/brick-next-pipes.html

Development

npm install
npm start

Testing

npm test

Publishing

There is the Release Please Action to handle publishing. Just merge the relevant release-PR, no worries.

IMPORTANT: Use feat: ... or fix: ... as commit messages to match the rules of the Release Please Action.

Alternatively, publish manually:

npm run release
git push --follow-tags origin master
npm run build
npm publish

FAQs

Package last updated on 18 Sep 2025

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