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

gxbjs

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gxbjs - npm Package Compare versions

Comparing version 1.2.73 to 1.2.74

2

dist/ecc/src/aes.js

@@ -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": {

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