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

ed25519-keygen

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ed25519-keygen - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

package.json
{
"name": "ed25519-keygen",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generate ed25519 keys deterministically for SSH, PGP (GPG) and TOR",

@@ -44,4 +44,6 @@ "files": [

],
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"exports": {
"./index.d.ts": "./lib/index.d.ts",
".": {

@@ -51,3 +53,3 @@ "import": "./lib/esm/index.js",

},
"./ssh.d.ts": "./lib/ssh.d.ts",
"./index.d.ts": "./lib/index.d.ts",
"./ssh": {

@@ -57,3 +59,3 @@ "import": "./lib/esm/ssh.js",

},
"./pgp.d.ts": "./lib/pgp.d.ts",
"./ssh.d.ts": "./lib/ssh.d.ts",
"./pgp": {

@@ -63,2 +65,3 @@ "import": "./lib/esm/pgp.js",

},
"./pgp.d.ts": "./lib/pgp.d.ts",
"./tor": {

@@ -65,0 +68,0 @@ "import": "./lib/esm/tor.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