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

tmedia_trans_handler

v1.0.25

Published

eosjs 를 확장하여 transaction 결과를 콜백 받는 구현이 있다. eos js 를 사용하는 프로덕트들은 해당 패키지를 사용하여 eos 체인과 통신하는 것을 추천한다.

Readme

eosjs 를 확장하여 transaction 결과를 콜백 받는 구현이 있다. eos js 를 사용하는 프로덕트들은 해당 패키지를 사용하여 eos 체인과 통신하는 것을 추천한다.

src/index.js : 테스트용 샘플 파일

패키지 설치 npm i tmedia_trans_handler --save

*파라미터 설명 "requester": 해당 액션을 실행시키는 계정이름 "request_id": 0 // 0 이 아니면, 멀티 사이닝 프로세스를 태운다는 의미로 // requester 의 권한이 바로 실행 권한이 없는 경우 여러 계정의 // 사이닝(동의)를 얻어야 해당 액션이 싱행되며, 그 액션의 유니크한 // id로 사용되고 해당 id로 액션의 상태 등을 추적할 수 있다. "exp_time": Date.now() // 이 액션이 멀티 사이닝 프로세스로 실행 될 때, 동의의 // (멀티 사이닝) 유효기간으로 해당 기간이 만료되면, 액션은 // 실행 되지 않는다. request_id 가 0이면 상관없다.