zhangjingyin999@1.0.0 vulnerabilities

- 安装命令 `npm i nrm -g` 全局安装 - nrm ls 列出所有的镜像源地址列表 - nrm use <列表名称> ### 发包 - 注册npm账号 - 切换镜像源到npm官方镜像源 nrm use npm - 初始化要发布的包文件和目录与包管理文件 package.json - 命令行登录npm官网 npm login - 查看登陆账号是否正确 npm whoami - 发布自己编写完成的包 npm publish - 查看包是否发布成功 -

Direct Vulnerabilities

No direct vulnerabilities have been found for this package in Snyk’s vulnerability database. This does not include vulnerabilities belonging to this package’s dependencies.

Does your project rely on vulnerable package dependencies?

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides automated fixes for free.

Scan for indirect vulnerabilities