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.3.0 to 2.3.1

8

CHANGELOG.md

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

<a name="2.3.1"></a>
## [2.3.1](https://github.com/guillaumearm/bidon/compare/v2.3.0...v2.3.1) (2018-03-13)
### Bug Fixes
* **dist:** github assets fix ([7b7d5fa](https://github.com/guillaumearm/bidon/commit/7b7d5fa))
<a name="2.3.0"></a>

@@ -2,0 +10,0 @@ # [2.3.0](https://github.com/guillaumearm/bidon/compare/v2.2.0...v2.3.0) (2018-03-13)

12

package.json
{
"name": "bidon",
"version": "2.3.0",
"version": "2.3.1",
"description": "Fake repository for testing ci tools",
"main": "lib/index.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"bin": {

@@ -63,3 +63,3 @@ "bidon": "cli.js"

"name": "index.common.js",
"path": "lib",
"path": "lib/index.js",
"label": "commonJS distribution"

@@ -69,3 +69,3 @@ },

"name": "index.umd.js",
"path": "dist",
"path": "dist/index.js",
"label": "UMD distribution"

@@ -75,3 +75,3 @@ },

"name": "index.es.js",
"path": "es",
"path": "es/index.js",
"label": "ES distribution"

@@ -78,0 +78,0 @@ }

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