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

amazon-user-pool-srp-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-user-pool-srp-client - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

BigInteger.js

@@ -224,3 +224,3 @@ // A small implementation of BigInteger based on http://www-cs-students.stanford.edu/~tjw/jsbn/

function bnToString(b) {
if (this.s < 0) return "-" + this.negate().toString();
if (this.s < 0) return "-" + this.negate().toString(b);
var k;

@@ -227,0 +227,0 @@ if (b == 16) k = 4;

{
"name": "amazon-user-pool-srp-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "standalone srp client for amazon user pool service",

@@ -5,0 +5,0 @@ "main": "index.js",

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