New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openssl-cert-tools

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openssl-cert-tools - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

npm-debug.log.2716232167

8

CHANGELOG.md

@@ -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)

2

lib/certificate.js

@@ -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"
}
}
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