openssl-cert-tools
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,9 @@ | ||
<a name="1.2.1"></a> | ||
# 1.2.1 (2016-11-16) | ||
* Move chai and mocha to devDependencies ([PR#4](https://github.com/frdmn/openssl-cert-tools/pull/4)) (Thanks @[boneskull](https://github.com/boneskull)) | ||
* Update NPM packages ([426d870](https://github.com/frdmn/openssl-cert-tools/commit/426d870)) | ||
* Add new possible error when hostname can't be found ([1f769e8](https://github.com/frdmn/openssl-cert-tools/commit/1f769e8)) | ||
* Version bump to 1.2.1 ([7d4a517](https://github.com/frdmn/openssl-cert-tools/commit/7d4a517)) | ||
<a name="1.2.0"></a> | ||
@@ -2,0 +10,0 @@ # 1.2.0 (2015-11-17) |
@@ -33,3 +33,3 @@ /* jshint node: true */ | ||
// Search for possible errors in stderr | ||
var errorRegexp = /(Connection refused)|(Can't assign requested address)/; | ||
var errorRegexp = /(Connection refused)|(Can't assign requested address)|(gethostbyname failure)/; | ||
var regexTester = errorRegexp.test(out); | ||
@@ -36,0 +36,0 @@ |
{ | ||
"name": "openssl-cert-tools", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Module to handle certificate related OpenSSL commands", | ||
@@ -19,6 +19,6 @@ "main": "main.js", | ||
"homepage": "https://github.com/frdmn/openssl-cert-tools#readme", | ||
"dependencies": { | ||
"chai": "^3.3.0", | ||
"mocha": "^2.3.3" | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^3.1.2" | ||
} | ||
} |
0
37005
2
413
- Removedchai@^3.3.0
- Removedmocha@^2.3.3
- Removedassertion-error@1.1.0(transitive)
- Removedchai@3.5.0(transitive)
- Removedcommander@0.6.12.3.0(transitive)
- Removeddebug@2.2.0(transitive)
- Removeddeep-eql@0.1.3(transitive)
- Removeddiff@1.4.0(transitive)
- Removedescape-string-regexp@1.0.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedgrowl@1.9.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjade@0.26.3(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.3.00.5.1(transitive)
- Removedmocha@2.5.3(transitive)
- Removedms@0.7.1(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsupports-color@1.2.0(transitive)
- Removedto-iso-string@0.0.2(transitive)
- Removedtype-detect@0.1.11.0.0(transitive)