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

nkeys.js

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nkeys.js - npm Package Compare versions

Comparing version 1.0.3-1 to 1.0.3

4

package.json
{
"name": "nkeys.js",
"version": "1.0.3-1",
"version": "1.0.3",
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"stage": "npm run init && npm run cjs && npm run generate && tsc",
"prepare": "npm run stage && deno bundle modules/esm/mod.ts nkeys.mjs && tsc",
"prepare": "npm run stage && npm run generate && deno bundle modules/esm/mod.ts nkeys.mjs && tsc",
"test": "npm run prepare && ava --verbose && deno test -A --unstable test/",

@@ -17,0 +17,0 @@ "doc": "npm run clean && rm -Rf docs && npm run stage && node_modules/.bin/typedoc --out docs/ && touch ./docs/.nojekyll"

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