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

pem

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pem - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2

5

lib/pem.js

@@ -816,5 +816,4 @@ 'use strict';

spawnWrapper(params, files, function(err, code, stdout, stderr) {
spawnWrapper(params, files, function(err, code, stdout) {
if (err) {
console.log(err, stdout, stderr);
return callback(err);

@@ -1068,3 +1067,3 @@ }

if (code) {
if (code === 2 && openSslVersion === "LIBRESSL") {
if (code === 2 && stderr === "") {
return callback(null, code, stdout, stderr);

@@ -1071,0 +1070,0 @@ }

@@ -12,3 +12,3 @@ {

"description": "Create private keys and certificates with node.js and io.js",
"version": "1.10.1",
"version": "1.10.2",
"repository": {

@@ -38,6 +38,5 @@ "type": "git",

"engines": {
"node": "*",
"iojs": "*"
"node": ">=4.0.0"
},
"release": {}
}
.travis.yml

Sorry, the diff of this file is not supported yet

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