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 - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

lib/api-587fccc0.js

0

bin/bump.js
#!/usr/bin/env node
require('../lib/cli.cjs')

3

lib/cli.d.ts

@@ -1,3 +0,2 @@

declare const _default: Promise<void>;
export { _default as default };
export { }

@@ -123,6 +123,6 @@ import * as rollup from 'rollup';

*/
declare const define: (options?: BumpOptions) => BumpOptions | undefined;
declare const build: (options?: BumpOptions) => Promise<rollup.RollupOutput[]>;
declare const watch: (options?: BumpOptions) => Promise<rollup.RollupWatcher>;
declare function define(options?: BumpOptions): BumpOptions | undefined;
declare function build(options?: BumpOptions): Promise<rollup.RollupOutput[]>;
declare function watch(options?: BumpOptions): Promise<rollup.RollupWatcher>;
export { BumpOptions, BumpOutputOptions, build, define, watch };
{
"name": "no-bump",
"version": "0.6.2",
"version": "0.7.0",
"description": "A zero config bundler.",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",

@@ -28,4 +28,6 @@ "scripts": {

"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^17.0.40",
"@types/yargs-parser": "^21.0.0",
"ava": "^4.3.1",

@@ -48,3 +50,4 @@ "c8": "^7.12.0",

"rollup": "^3.5.0",
"rollup-plugin-swc3": "^0.7.0"
"rollup-plugin-swc3": "^0.7.0",
"yargs-parser": "21.1.1"
},

@@ -51,0 +54,0 @@ "ava": {

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