Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

codigo-postal-cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codigo-postal-cli - npm Package Compare versions

Comparing version
3.0.5
to
3.0.6
+10
-0
CHANGELOG.md

@@ -0,1 +1,11 @@

## [3.0.6](https://github.com/lgaticaq/codigo-postal-cli/compare/v3.0.5...v3.0.6) (2019-10-08)
### Bug Fixes
* **deps:** update dependency clipboardy to v2 ([e931e54](https://github.com/lgaticaq/codigo-postal-cli/commit/e931e54))
* **deps:** update dependency codigo-postal to v2.0.7 ([a5d8757](https://github.com/lgaticaq/codigo-postal-cli/commit/a5d8757))
* **deps:** update dependency commander to v3 ([59a1c54](https://github.com/lgaticaq/codigo-postal-cli/commit/59a1c54))
* **deps:** update dependency update-notifier to v3 ([fba16db](https://github.com/lgaticaq/codigo-postal-cli/commit/fba16db))
## [3.0.5](https://github.com/lgaticaq/codigo-postal-cli/compare/v3.0.4...v3.0.5) (2019-09-28)

@@ -2,0 +12,0 @@

+32
-36
{
"name": "codigo-postal-cli",
"version": "3.0.5",
"version": "3.0.6",
"description": "Get postal code from Correos de Chile CLI",

@@ -9,7 +9,3 @@ "main": "src",

"format": "prettier-standard 'src/**/*.js' 'test/**/*.js'",
"commit": "commit",
"pretest": "npm run lint -s && npm run format -s",
"test": "istanbul cover _mocha",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"test": "nyc mocha test"
},

@@ -42,27 +38,31 @@ "engines": {

"chalk": "2.4.2",
"clipboardy": "1.2.3",
"codigo-postal": "2.0.6",
"commander": "2.20.1",
"update-notifier": "2.5.0"
"clipboardy": "2.1.0",
"codigo-postal": "2.0.7",
"commander": "3.0.2",
"update-notifier": "3.0.1"
},
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/prompt-cli": "7.6.1",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@semantic-release/changelog": "3.0.4",
"@semantic-release/git": "7.0.16",
"@semantic-release/github": "5.5.0",
"@semantic-release/npm": "5.2.0",
"acorn": "7.1.0",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint": "6.5.1",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"husky": "1.3.1",
"istanbul": "0.4.5",
"lint-staged": "8.2.1",
"mocha": "5.2.0",
"npm-github-config": "1.0.0",
"prettier-standard": "8.0.1",
"husky": "3.0.8",
"lint-staged": "9.4.2",
"mocha": "6.2.1",
"npm-github-config": "2.0.0",
"nyc": "14.1.1",
"nyc-config-common": "1.0.1",
"prettier-standard": "15.0.1",
"proxyquire": "2.1.3",
"semantic-release": "15.13.24",
"travis-deploy-once": "5.0.11"
"semantic-release": "15.13.24"
},

@@ -90,14 +90,7 @@ "eslintConfig": {

"lint-staged": {
"linters": {
"src/**/*.js": [
"eslint --fix",
"prettier-standard",
"git add"
],
"test/**/*.js": [
"eslint --fix",
"prettier-standard",
"git add"
]
}
"{src,test}/**/*.js": [
"eslint --fix",
"prettier-standard",
"git add"
]
},

@@ -117,3 +110,6 @@ "commitlint": {

"extends": "npm-github-config"
},
"nyc": {
"extends": "nyc-config-common"
}
}