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

sandbank-utils

v1.0.1

Published

``` npm login --registry=https://npm.pkg.github.com --scope=@daground npm notice Log in on https://npm.pkg.github.com/ Username: github user name 입력 Password: github 개인 access token Email: github에 가입한 email

Downloads

9

Readme

github Package Registry

Sandbank NPM Package

npm login 하기

npm login --registry=https://npm.pkg.github.com --scope=@daground
npm notice Log in on https://npm.pkg.github.com/
Username: github user name 입력
Password: github 개인 access token
Email: github에 가입한 email

npm login 확인하기

npm whoami --registry=http://npm.pkg.github.com

로그인한 Username 이 출력되어야 함

npm publish

package.json version을 올린 후 배포해야함

npm publish --registry=https://npm.pkg.github.com

ex)
npm notice
npm notice 📦  @daground/[email protected]
npm notice === Tarball Contents ===
npm notice 1.6kB db/index.js
npm notice 180B  err/index.js
npm notice 203B  func/index.js
npm notice 751B  package.json
npm notice === Tarball Details ===
npm notice name:          @daground/sandbank-utils
npm notice version:       1.0.1
npm notice filename:      @daground/sandbank-utils-1.0.1.tgz
npm notice package size:  1.3 kB
npm notice unpacked size: 2.8 kB
npm notice shasum:        c9aeaa96687acbb5f7756d5c94ad95c3aadc8aab
npm notice integrity:     sha512-K7jHQMAvG0vyv[...]D6ah2Fdnyndkg==
npm notice total files:   4
npm notice

package 설치하기

npm login 후 설치해야 함
npm install @daground/sandbank-utils

Error code

통상 규칙

SUCCESS: 0 고정

Firebase Authentication

100 - 199

AWS SDK

200 - 299

라우터별 범위

auth

100000 - 119999

data

120000 - 139999

asset

140000 - 159999

info

160000 - 179999

investment

180000 - 199999

master

200000 - 219999

school

220000 - 239999

transaction

240000 - 259999

user

260000 - 279999

verification

280000 - 299999

wallet

300000 - 319999

Func

기본 함수들을 모아 놓는 곳