You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

quadraticsievefactorization

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quadraticsievefactorization - npm Package Compare versions

Comparing version

to
1.0.72

2

package.json
{
"name": "quadraticsievefactorization",
"version": "1.0.71",
"version": "1.0.72",
"description": "Quadratic Sieve integer factorization method for JavaScript bigints",

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

@@ -1219,3 +1219,3 @@ /*jshint esversion:11, bitwise:false*/

function legendre(a, n) {
if (typeof a !== 'number' || typeof b !== 'number') {
if (typeof a !== 'number' || typeof n !== 'number') {
throw new TypeError();

@@ -1222,0 +1222,0 @@ }