You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

anonymous-npm-registry-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anonymous-npm-registry-client

Client for the npm registry

0.3.2
latest
78

Supply Chain Security

100

Vulnerability

77

Quality

78

Maintenance

100

License

Version published
Weekly downloads
1.4K
-66.81%
Maintainers
1
Weekly downloads
 
Created

anonymous-npm-registry-client

The fork of npm/npm-registry-client that fixes the most vulnerabilities, brings deps from 2020 and adds some typings.

Install

npm i @qiwi/npm-registry-client
yarn add @qiwi/npm-registry-client

Usage

var RegClient = require('@qiwi/npm-registry-client')
var client = new RegClient(config)
var uri = "https://registry.npmjs.org/npm"
var params = {timeout: 1000}

client.get(uri, params, function (error, data, raw, res) {
  // error is an error if there was a problem.
  // data is the parsed data object
  // raw is the json string
  // res is the response from couch
})

See original docs for details.

FAQs

Package last updated on 10 Feb 2025

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