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

nzpm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nzpm

Severely optimised Node package manager

latest
Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

NZPM

NPM LICENSE

Severely optimised NodeJS package manager, based on NPM and Yarn.

Usage

Command Line

    npm install nzpm -g

Install Package(s)

    nzpm --install=package1,package2,...,packageN

API

NZPM can also be installed as a local dependency and used as an API.

    npm install nzpm --save-dev
    const nzpm = require("nzpm");

    nzpm.install("package", "./destination");

Build & Test

When building the project, a folder named dist/ will be created if it does not already exist, where the compiled code will be outputted to. Type declaration files will also be generated and outputted to the dist/ folder.

    npm install     # Installs dependencies.
    npm run build   # Build the project.

This package uses Gulp for building, and Chai and Mocha for testing.

    npm test       # Run tests.

License

Refer to the LICENSE file for license information.

Keywords

manager

FAQs

Package last updated on 03 Apr 2018

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