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 🙏

© 2024 – Pkg Stats / Ryan Hefner

cube-password

v1.0.3

Published

![](https://img.shields.io/npm/v/cube-password)

Downloads

13

Readme

cube-password

一个简单扁平的桌面 / 移动端密码管理器。基于 react / koa2 / sqlite / typescript / antd。

cube-password 使用的安全机制详见 这里

特性

  • 🚫 无广告、无收费、完全开源,自己的数据自己掌握
  • 🚀 极其简单的部署,仅需两行命令
  • 🔀 自动生成随机用户名、自定义强密码
  • 🔒 凭证内容加密存放、支持搜索、排序、颜色标记功能
  • 🗂 支持额外加密的分组
  • 🏹 安全模块:内置一组安全策略,会分析请求,并在发现异常时进行提醒
  • 🛒 内置 TOTP 二次认证,支持 google 身份认证器等令牌工具
  • 🌙 黑夜模式

部署

1. docker 安装(推荐)

cube-password 不需要 docker compose,单容器即可运行:

docker run -d -p 3701:3700 -v ~/cube-password-storage:/app hopgoldy/cube-password:1.0.0

执行后数据将会存放在 ~/cube-password-storage 目录。

2. npm 安装

cube-password 在开发时就以简单部署为目标,不需要配置数据库,不需要安装任何软件。仅需 node(16+)环境即可运行。

# 安装项目
# linux 下安装失败时请尝试 sudo 并在安装命令后追加 --unsafe-perm=true --allow-root 参数
npm install -g cube-password

# 启动项目
cube-password run

项目启动后将会在当前目录下生成 config.json,可以通过修改该文件来对应用进行简单的自定义。

服务将默认开启在端口 3700 上,可以通过 cube-password run --port=3701 修改端口。

使用 -h 参数查看更多配置

数据迁移

所有数据均默认保存在应用目录下的 .storage 文件夹里,所以直接将其打包然后复制到其他地方即可。

许可

本项目源码基于 GPL v3 许可开源,点此 查看更多信息。