quick-is-prime
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
prime-fun
Suite for testing primality, finding primes, and finding prime k-tuples
@mia-cx/isprime
yet another isprime package with caching.
computes prime numbers using trial division.