Comparing version 1.2.73 to 1.2.74
@@ -149,3 +149,3 @@ "use strict"; | ||
var S = private_key.get_shared_secret_v2(public_key); | ||
var S = private_key.get_shared_secret_v2_no_padding(public_key); | ||
@@ -152,0 +152,0 @@ // D E B U G |
@@ -131,3 +131,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
var S = private_key.get_shared_secret_v2(public_key); | ||
var S = private_key.get_shared_secret_v2_no_padding(public_key); | ||
@@ -134,0 +134,0 @@ // D E B U G |
{ | ||
"name": "gxbjs", | ||
"version": "1.2.73", | ||
"version": "1.2.74", | ||
"description": "Pure JavaScript GXB library for node.js and browsers.", | ||
@@ -5,0 +5,0 @@ "browser": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
564442