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

no-bump

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-bump

A zero config bundler.

  • 0.3.2
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Bump

Bump is a zero configuration bundler.It base on rollup and you can customize it by your self.

It provides rollup-plugin-swc3,@rollup/plugin-commonjs,@rollup/plugin-node-resolve,rollup-plugin-postcss by default.

Install


$ npm install no-bump -D

$ yarn add no-bump -D

Usage


$ bump

bump will automatically read the config file in the directory. Support bump.config.js,bump.config.ts,bump.yaml,bump.yml

bump exports define API you only usage in your .ts or .js file.


import { define } from 'no-bump'


export default define({
  // your config.
})

If you find with cli not enough. You also can use node API.


import { build , createBundle } from 'build'

build will use the default config by default. If you want customize the config you can use createBundle it will exports watch and build.

The internal plugins will use preset config. If you want to modify it. you can use internalPlugins to set your config.

Keywords

FAQs

Package last updated on 18 Jul 2022

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