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

rsa-compat

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsa-compat - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

bin/rsa-keygen.js

7

package.json
{
"name": "rsa-compat",
"version": "1.2.6",
"version": "1.2.7",
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
"main": "node.js",
"bin": {
"rsa-keygen-js": "bin/rsa-keygen.js"
},
"scripts": {

@@ -39,3 +42,3 @@ "test": "node tests"

"dependencies": {
"buffer-v6-polyfill": "^1.0.1",
"buffer-v6-polyfill": "^1.0.3",
"node-forge": "^0.6.41"

@@ -42,0 +45,0 @@ },

@@ -12,2 +12,27 @@ # rsa-compat.js

Install
=======
```
# node.js
npm install --save rsa-compat
# CLI
npm install --global rsa-compat
```
Usage
=====
CLI
---
You can generate keypairs on Windows, Mac, and Linux using rsa-keygen-js:
```bash
# generates a new keypair in the current directory
rsa-keypiar-js
```
Examples

@@ -14,0 +39,0 @@ --------

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