Socket
Socket
Sign inDemoInstall

keypair

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

4

package.json
{
"name": "keypair",
"description": "Generate a RSA PEM key pair from pure JS",
"version": "0.0.5",
"version": "0.0.6",
"repository": {

@@ -46,3 +46,3 @@ "type": "git",

},
"license": "BSD"
"license": "MIT"
}

@@ -1,2 +0,1 @@

# keypair

@@ -35,4 +34,4 @@

* `bits`: the size for the private key in bits (**Default: 1024**)
* `e`: the public exponent to use (**Default: 65537**)
* `bits`: the size for the private key in bits. Default: **1024**.
* `e`: the public exponent to use. Default: **65537**.

@@ -39,0 +38,0 @@ ## Installation

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc