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.2 to 2.1.0

dist/index.js

8

CHANGELOG.md

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

<a name="2.1.0"></a>
# [2.1.0](https://github.com/guillaumearm/bidon/compare/v2.0.2...v2.1.0) (2018-03-13)
### Features
* **dist:** add umd distribution ([4b3e2e9](https://github.com/guillaumearm/bidon/commit/4b3e2e9))
<a name="2.0.2"></a>

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

18

package.json
{
"name": "bidon",
"version": "2.0.2",
"version": "2.1.0",
"description": "Fake repository for testing ci tools",

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

"scripts": {
"build": "babel src --out-dir lib",
"build:cjs": "BABEL_ENV=cjs babel src --out-dir lib",
"build:umd": "BABEL_ENV=umd babel src --out-dir dist",
"build": "npm run build:cjs && npm run build:umd",
"lint": "eslint .",

@@ -62,3 +64,11 @@ "test": "npm run build && ./cli.js",

"path": "lib",
"label": "JS distribution"
"label": "commonJS distribution"
},
{
"path": "dist",
"label": "UMD distribution"
},
{
"path": "es",
"label": "ES distribution"
}

@@ -110,3 +120,3 @@ ]

"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},

@@ -113,0 +123,0 @@ "config": {

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