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.0-1 to 1.0.0-2

2

lib/index.js

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.decode = exports.encode = exports.NKeysErrorCode = exports.NKeysError = exports.fromSeed = exports.fromPublic = exports.createOperator = exports.createUser = exports.createAccount = exports.createPair = void 0;
/*

@@ -4,0 +5,0 @@ * Copyright 2020 The NATS Authors

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

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

"@types/node": "^14.0.26",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"text-encoding": "^0.7.0",

@@ -36,0 +35,0 @@ "tweetnacl": "^1.0.3"

@@ -99,3 +99,3 @@ # nkeys.js

Our support policy for Nodejs versions follows [Nodejs release support](https://github.com/nodejs/Release).
We will support and build node-nats on even-numbered Nodejs versions that are current or in LTS.
We will support and build nkeys.js on even-numbered Nodejs versions that are current or in LTS.

@@ -102,0 +102,0 @@ ## License

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