New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

plgnpm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plgnpm

plgnpm: npm client for plgnpmjs.org

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

plgnpm

plgnpm 私服工具

内网安装

$ npm install plgnpm -g --register=http://192.168.0.167:8081/repository/npm-group/

使用

支持 npm 相同的命令行

npm 同步包

$ plgnpm sync [moduleName]

打开私有仓库地址

$ plgnpm doc [name]
$ plgnpm doc -g [name] # open git web url directly

Build your own private registry npm cli

$ npm install plgnpm -g

# then alias it
$ alias mynpm='plgnpm --registry=http://registry.npm.example.com \
  --registryweb=http://npm.example.com \
  --userconfig=$HOME/.mynpmrc'

Keywords

plgnpm

FAQs

Package last updated on 20 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts