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.4.0 to 3.4.1

8

CHANGELOG.md

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

<a name="3.4.1"></a>
## [3.4.1](https://github.com/guillaumearm/bidon/compare/v3.4.0...v3.4.1) (2018-03-17)
### Bug Fixes
* **jb:** remove jb ([25ee7da](https://github.com/guillaumearm/bidon/commit/25ee7da))
<a name="3.4.0"></a>

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

3

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

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

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

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

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

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

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

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

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

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

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

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

@@ -14,3 +14,1 @@ bidon

:chocolate_bar: :chocolate_bar: :chocolate_bar:
Hello JB

@@ -5,4 +5,3 @@ 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