Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "js-nacl", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "High-level API to libsodium.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nacl_factory.js", |
@@ -28,2 +28,8 @@ # js-nacl: Pure-Javascript High-level API to Emscripten-compiled libsodium routines | ||
Version 1.3.2: The Emscripten-compiled code is now configured so that | ||
it no longer adds a listener to the `uncaughtException` when running | ||
in node.js. See issue #46. | ||
Version 1.3.1: Correct a minor packaging error. | ||
Version 1.3.0: Updated from libsodium 1.0.11 to stable-2018-11-19. | ||
@@ -471,3 +477,3 @@ Added `crypto_box_seal` and `crypto_box_seal_open`. Switched from | ||
> Copyright © 2013-2016 Tony Garnock-Jones. | ||
> Copyright © 2013-2018 Tony Garnock-Jones. | ||
> | ||
@@ -497,3 +503,3 @@ > Permission is hereby granted, free of charge, to any person | ||
> Copyright (c) 2013-2016 | ||
> Copyright (c) 2013-2018 | ||
> Frank Denis <j at pureftpd dot org> | ||
@@ -500,0 +506,0 @@ > |
Sorry, the diff of this file is too big to display
801314
518