npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

kurva-krome

v1.0.0

Published

js web automation framework

Readme

Hi, My name is Amel. I love automation frameworks.

How does KURVA-KROME work?

KURVA-KROME works with custom CDP connections and the functionality of playwright and selenium. KK currently passes Akamai, Kasada, Cloudflare, Datadome, and PerimeterX in a headful environment.

Why did I make this? I noticed that driverless/nodriver is strictly written in Python, and I wanted to offer a way for NodeJS developers to have access to a undetected browser framework. Kurva-Krome uses playwright and selenium functionality and will be getting updates as the time goes on.

Usage is shown in scripts folder

const kurva = new Kurvaaa();
const browser = await kurva.browser(); -- starts the browser initialization

await browser.get("https://www.nike.com/login"); -- gets the URL the user wants to visit

browser.stop() -- basically a sleep timer in ms

const inputElement = await browser.findElement(By.XPATH, xpath); -- selenium findelement functionality

click() -- clicks an xpath

await inputElement.sendKeys(inputText); -- sends input text to an input xpath element

await browser.coordClick(100, 100); -- sends clicks to x,y coords

const username = await browser.grabtxt(usernameClass, 'class'); -- grabs inner text of class name

await browser.insert_js(
    `document.querySelector('a[href="/bosniankicks/Kurva-Krome"]').innerText = 'amels example';` -- lets user execute raw javascript inside the browser
    );

await browser.picture('creep.png'); -- takes a screenshot of the browser window (doesnt take fullscreenshots, and must put filename of screenshot! , saves locally to where the script is ran from) 

await browser.cookies('mycookies.json'); -- saves cookies to a json file by the users request

await browser.holdclick(x,y, duration_in_ms) -- sends a hold click to a x, y coordinate and holds for the duration in ms for the click

await kurva.end(); -- closes the browser and session

PLEASE EDIT THE CHROME BINARY LOCATION THAT FITS TO YOUR BROWSER (line 283 in browser.js) (I run on MacOS)

PLEASE Leave a star! I greatly appreciate the recognition

if you want to donate to the cause -- venmo(bosniankicks) - cashapp($bosniankicks) -- helps me buy my redbulls needed for these projects xD

Dm me on discord @pickumaternu or join https://discord.gg/pCDsrSXQa9 for help :D

I am not responsible how you use this code in any possible way. Please refrain from using it for any malicous intent! It ruins the experience for people who want a JS framework to work!

Capsolver Sponsor

CapSolver Ads

Alternatively, you may use Capsolver. For more information and to get started, visit the official Capsolver website.