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 2.0.1 to 2.0.2

8

CHANGELOG.md

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

<a name="2.0.2"></a>
## [2.0.2](https://github.com/guillaumearm/bidon/compare/v2.0.1...v2.0.2) (2018-03-13)
### Bug Fixes
* bidon should not display package.json path ([03b5029](https://github.com/guillaumearm/bidon/commit/03b5029)), closes [#26](https://github.com/guillaumearm/bidon/issues/26)
<a name="2.0.1"></a>

@@ -2,0 +10,0 @@ ## [2.0.1](https://github.com/guillaumearm/bidon/compare/v2.0.0...v2.0.1) (2018-03-12)

1

lib/index.js

@@ -19,3 +19,2 @@ "use strict";

var packageJsonPath = (0, _path.resolve)(__dirname, '..', 'package.json');
console.log(packageJsonPath);

@@ -22,0 +21,0 @@ var _ref = await readJsonFile(packageJsonPath),

{
"name": "bidon",
"version": "2.0.1",
"version": "2.0.2",
"description": "Fake repository for testing ci tools",

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

@@ -12,5 +12,4 @@ import { resolve } from 'path';

const packageJsonPath = resolve(__dirname, '..', 'package.json');
console.log(packageJsonPath);
const { version } = await readJsonFile(packageJsonPath);
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