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

keypairs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keypairs - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

bin/keypairs.js

@@ -341,3 +341,5 @@ #!/usr/bin/env node

} else {
return convertKeypair();
return kp.then(function (pair) {
return convertKeypair(pair);
});
}

@@ -372,4 +374,4 @@

function convertKeypair() {
var pair = readKeypair();
function convertKeypair(pair) {
//var pair = readKeypair();

@@ -376,0 +378,0 @@ var ps = [];

{
"name": "keypairs",
"version": "1.2.0",
"version": "1.2.1",
"description": "Lightweight RSA/ECDSA keypair generation and JWK <-> PEM",

@@ -5,0 +5,0 @@ "main": "keypairs.js",

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