Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bidon

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bidon - npm Package Compare versions

Comparing version 3.3.2 to 3.4.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="3.4.0"></a>
# [3.4.0](https://github.com/guillaumearm/bidon/compare/v3.3.2...v3.4.0) (2018-03-17)
### Features
* **jb:** add hello jb ([#51](https://github.com/guillaumearm/bidon/issues/51)) ([32f028f](https://github.com/guillaumearm/bidon/commit/32f028f)), closes [#50](https://github.com/guillaumearm/bidon/issues/50)
<a name="3.3.2"></a>

@@ -2,0 +10,0 @@ ## [3.3.2](https://github.com/guillaumearm/bidon/compare/v3.3.1...v3.3.2) (2018-03-16)

3

dist/cli.js
#!/usr/bin/env node
'use strict';
var version = "3.3.2";
var version = "3.4.0";
function main$1() {
console.log('hello jb');
console.warn("v".concat(version));

@@ -8,0 +9,0 @@ }

@@ -7,5 +7,6 @@ (function (global, factory) {

var version = "3.3.2";
var version = "3.4.0";
function main$1() {
console.log('hello jb');
console.warn("v".concat(version));

@@ -12,0 +13,0 @@ }

@@ -1,4 +0,5 @@

var version = "3.3.2";
var version = "3.4.0";
function main$1() {
console.log('hello jb');
console.warn("v".concat(version));

@@ -5,0 +6,0 @@ }

'use strict';
var version = "3.3.2";
var version = "3.4.0";
function main$1() {
console.log('hello jb');
console.warn("v".concat(version));

@@ -7,0 +8,0 @@ }

{
"name": "bidon",
"version": "3.3.2",
"version": "3.4.0",
"description": "Fake repository for testing ci tools",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -15,1 +15,2 @@ bidon

Hello JB

@@ -5,3 +5,4 @@ import { version } from '../package.json';

export default function main() {
console.log('hello jb')
console.warn(`v${version}`);
}
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