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

@nats-io/nkeys

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nats-io/nkeys - npm Package Compare versions

Comparing version 2.0.0-2 to 2.0.0-3

5

deno.json
{
"name": "@nats-io/nkeys",
"version": "2.0.0-2",
"version": "2.0.0-3",
"exports": {

@@ -29,3 +29,4 @@ ".": "./src/mod.ts"

"tweetnacl": "npm:tweetnacl@1.0.3"
}
},
"nodeModulesDir": "auto"
}

2

lib/nacl.d.ts

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

import nacl from "tweetnacl/nacl";
import nacl from "tweetnacl";
export default nacl;

@@ -6,4 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const nacl_1 = __importDefault(require("tweetnacl/nacl"));
exports.default = nacl_1.default;
const tweetnacl_1 = __importDefault(require("tweetnacl"));
exports.default = tweetnacl_1.default;
//# sourceMappingURL=nacl.js.map

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

export declare const version = "2.0.0-2";
export declare const version = "2.0.0-3";

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

// this file is autogenerated - do not edit
exports.version = "2.0.0-2";
exports.version = "2.0.0-3";
//# sourceMappingURL=version.js.map
{
"name": "@nats-io/nkeys",
"version": "2.0.0-2",
"version": "2.0.0-3",
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript",

@@ -5,0 +5,0 @@ "main": "lib/mod.js",

Sorry, the diff of this file is not supported yet

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