New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sebu

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sebu

SEarch files and BUmp up version

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

sebu

sebu

SEarch files and BUmp up version



Usage

npm install sebu

CLI

sebu --current=0.0.0 --next=2.0.0 --source=docs/README.md

# Also available experimental release version like beta, rc
sebu --current=1.0.0-beta.1 --next=1.0.0-beta.2 --source=docs/README.md
Usage: sebu [options]

Options:
  --source <path>           source path. Also be able to use glob.
  --current <version>       current version of package. ex)1.0.0
  --next <version>          next version of package. ex)1.0.1
  --major                   bump up the version to major
  --minor                   bump up the version to minor
  --patch                   bump up the version to patch
  -w, --write               overwrite source
  -o, --output-json <path>  create file that written info as json
  -h, --help                display help for command

Example:
$ sebu --current=1.0.0 --next=1.0.1 --source=docs/README.md -w
$ sebu --current=1.0.0 --next=1.0.1 --source="docs/**/*.md"
$ sebu --current=1.0.0 --next=1.0.1 --source="src/**/*.*"
$ sebu --current=1.0.0 --major --source=package.json
$ sebu --current=1.0.0 --next=1.0.1 --source="docs/**/*.md" -o sebu.json

API

import sebu from "sebu";

// 👍
sebu.XXXX

see export API

LICENSE(MIT)

see LICENSE

Keywords

FAQs

Package last updated on 03 Jun 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc