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

keybase-nacl

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keybase-nacl - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/tweetnacl.js

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

// Generated by IcedCoffeeScript 1.8.0-d
// Generated by IcedCoffeeScript 1.8.0-e
(function() {

@@ -27,3 +27,3 @@ var Base, TweetNaCl, b2u, bufeq_secure, u2b, _ref,

if (!this.lib.js.sign.detached.verify(b2u(payload), b2u(sig), b2u(this.publicKey))) {
err = new Error("signature didn't verify");
err = new Error("Signature failed to verify");
}

@@ -30,0 +30,0 @@ } else if ((r_payload = this.lib.js.sign.open(b2u(sig), b2u(this.publicKey))) == null) {

{
"name": "keybase-nacl",
"version": "1.0.1",
"version": "1.0.2",
"description": "A small wrapper library to switch between C and JS NaCl depending on the install",

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

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