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.3.1 to 0.3.2

lib/api-impl-592c2540.js

0

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

2

lib/cli.cjs.js
'use strict';
var apiImpl = require('./api-impl-9b70bf1a.js');
var apiImpl = require('./api-impl-592c2540.js');
var path = require('path');

@@ -5,0 +5,0 @@ var fs = require('fs');

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

import { l as len, a as configFiles, e as existSync, t as throwInvalidateError, b as build, p as print } from './api-impl-f0675bba.js';
import { l as len, a as configFiles, e as existSync, t as throwInvalidateError, b as build, p as print } from './api-impl-75f5d4b9.js';
import path from 'path';

@@ -3,0 +3,0 @@ import fs from 'fs';

@@ -5,3 +5,3 @@ 'use strict';

var apiImpl = require('./api-impl-9b70bf1a.js');
var apiImpl = require('./api-impl-592c2540.js');
require('rollup');

@@ -8,0 +8,0 @@ require('fs');

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

export { b as build, c as createBundle, d as define } from './api-impl-f0675bba.js';
export { b as build, c as createBundle, d as define } from './api-impl-75f5d4b9.js';
import 'rollup';

@@ -3,0 +3,0 @@ import 'fs';

{
"name": "no-bump",
"version": "0.3.1",
"version": "0.3.2",
"description": "A zero config bundler.",

@@ -9,3 +9,4 @@ "main": "lib/index.cjs.js",

"scripts": {
"build": "rm -rf lib && ts-node src/cli.ts"
"build": "rm -rf lib && ts-node src/cli.ts && mv lib/src/* lib && rm -rf lib/src",
"test": "ava"
},

@@ -29,2 +30,3 @@ "bin": {

"@types/node": "^17.0.40",
"ava": "^4.3.1",
"prettier": "^2.6.2",

@@ -48,3 +50,11 @@ "rollup-plugin-dts": "^4.2.2",

"rollup-plugin-swc3": "^0.3.0"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}

@@ -0,0 +0,0 @@ # Bump

Sorry, the diff of this file is not supported yet

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