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

@kintone/customize-uploader

Package Overview
Dependencies
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/customize-uploader - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

12

bin/cli.js

@@ -58,23 +58,23 @@ #!/usr/bin/env node

type: 'string',
default: KINTONE_DOMAIN
default: KINTONE_DOMAIN || ''
},
username: {
type: 'string',
default: KINTONE_USERNAME
default: KINTONE_USERNAME || ''
},
password: {
type: 'string',
default: KINTONE_PASSWORD
default: KINTONE_PASSWORD || ''
},
basicAuthUsername: {
type: 'string',
default: KINTONE_BASIC_AUTH_USERNAME
default: KINTONE_BASIC_AUTH_USERNAME || ''
},
basicAuthPassword: {
type: 'string',
default: KINTONE_BASIC_AUTH_PASSWORD
default: KINTONE_BASIC_AUTH_PASSWORD || ''
},
proxy: {
type: 'string',
default: HTTPS_PROXY || HTTP_PROXY
default: HTTPS_PROXY || HTTP_PROXY || ''
},

@@ -81,0 +81,0 @@ watch: {

@@ -5,2 +5,11 @@ # Changelog

### [2.0.8](https://github.com/kintone/customize-uploader/compare/v2.0.7...v2.0.8) (2019-12-24)
### Bug Fixes
* avoid validation error of minimist-options ([#233](https://github.com/kintone/customize-uploader/issues/233)) ([73402dd](https://github.com/kintone/customize-uploader/commit/73402ddb49ad310956cfd0e62aef08a8c68b503b))
* **deps:** update dependency chokidar to ^3.3.1 ([4c105f5](https://github.com/kintone/customize-uploader/commit/4c105f50ea638b1d48efc8f9a6388060f25ca44e))
* **deps:** update dependency inquirer to ^7.0.1 ([fd237df](https://github.com/kintone/customize-uploader/commit/fd237df5a925464f89ea182a8c121aca3d11dfff))
### [2.0.7](https://github.com/kintone/customize-uploader/compare/v2.0.6...v2.0.7) (2019-11-26)

@@ -7,0 +16,0 @@

{
"name": "@kintone/customize-uploader",
"version": "2.0.7",
"version": "2.0.8",
"description": "A kintone customize uploader",

@@ -45,16 +45,16 @@ "bin": {

"@types/rimraf": "^2.0.3",
"@types/node": "^10.17.5",
"@types/node": "^10.17.11",
"@types/request-promise": "^4.1.45",
"mocha": "^6.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"standard-version": "^7.0.1",
"ts-node": "^8.5.2",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.7.2"
"typescript": "^3.7.4"
},
"dependencies": {
"chokidar": "^3.3.0",
"inquirer": "^7.0.0",
"chokidar": "^3.3.1",
"inquirer": "^7.0.1",
"meow": "^5.0.0",

@@ -61,0 +61,0 @@ "mkdirp": "^0.5.1",

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