🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

verdaccio-npm-urls

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verdaccio-npm-urls

📦⚓ URL Plugin for Verdaccio

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

📦⚓ URL Plugin for Verdaccio

Adds npm URLs to Verdaccio – https://www.verdaccio.org

Version License Issues CircleCI Dependencies

About

Verdaccio has slightly different URLs compared to NPM. For example it has a different package detail page:

NPM/package/my-package
Verdaccio 3/#/detail/my-package
Verdaccio 4/-/web/detail/my-package

To improve compatibility with existing tools, this plugin adds the routes used by NPM to Verdaccio.

As an example, release-it prints the package URL after successful publishing, but the link is incorrect for Verdaccio by default.

Compatibility

  • Verdaccio 3 and 4
  • Node >=10

List of additional URLs

/package/:name

Install

$ npm install verdaccio-npm-urls

Configuration

Merge the below options with your existing Verdaccio configuration:

middlewares:
  npm-urls:
    enabled: true

Keywords

npm

FAQs

Package last updated on 14 Aug 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