Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nmaven

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

nmaven

a node package manager similar to maven

  • 0.0.1119
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

A node package manager

The common package manager like npm, yarn ,has a disadvantage of large nodemodules, unseparate dependencies. To solve this problem a maven-like package manager come into the world, she has some advantages as described as below:

  1. Extends all the command of npm like npm link,npm init,we now can use nmaven to replace npm, as nmaven init;
  2. The dependencies are placed in user's profile folder, so all the project could use the dependency universally(like maven)
  3. Cached all the packages so it DONNOT need to be downloaded repetitively. Simultaneous use of parallel downloads maximizes resource utilization, resulting in faster installation.

Keywords

FAQs

Package last updated on 19 Nov 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc