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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@grapheene/grapheene

v0.1.19

Published

A Grapheene SDK for NodeJS

Readme

grapheene-node

A Grapheene SDK for NodeJS

For documentation on the SDK please visie docs.grapheene.com

What is Grapheene?

Using Grapheene and a few lines of code you can protect your application data with modern encryption, whether in-transit or at-rest , on the server side or end-to-end between client devices. This can be useful to comply with user privacy laws like GDPR and CCPA or to prevent data leak in case of an attacker gaining access to your systems or backup files.

It’s an SDK for your application augmented with cryptographic cloud services. With a few lines of code, you can encrypt and decrypt any type of data – like a message or a post, an image, the content of a form field, PII or personal health information.

Using Keyring Members, you can easily manage who – or what object in your code – can access the data, easily and programmatically. This is great for code reviews where you can clearly see the entity trying to decrypt data.

The Grapheene architecture is designed to leverage your local runtime to perform certain tasks and assist them from the cloud.

The goal is to keep your data secure even if there is an unwanted leak from your systems or from the Grapheene cloud. This is the power of a well designed encryption system.

Getting Started

Getting started with Grapheene is quick and easy! In just a few steps you can protect your application with Grapheene's industry leading Zero Knoweldge authentication and AES256 encryption.

References

Grapheene Dashboard https://dashboard.grapheene.com/

Grapheene API and SDK documentation https://docs.grapheene.com/

NodeJS https://nodejs.dev/learn/how-to-install-nodejs

Prerequisite

  1. NodeJS v15 or higher is required for Grapheene SDK, find the installation instrucitons for your systems lates LTS here
  2. An account with Grapheene, a free account will work

Installation

npm i @grapheene/grapheene

Configuration

The Grapheene SDK requires a thre part credential system to get started.

  • CLIENT_ID: This ID is a service level credential.
  • API_KEY: This Key is a service level credential.
  • SERVICE_TOKEN: This Token is an account level credential.

Your Client ID and API Key pair is a service level credential and a new pair should be used with each service you create.

The Service Token is an account level credential, if necessary this credential can be rotated if you believe it has been compromised.

All credentials are accessible from the Grapheene Dashboard

Dashboard Example