Socket
Socket
Sign inDemoInstall

@qiwi/npm-registry-client

Package Overview
Dependencies
97
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @qiwi/npm-registry-client

Client for the npm registry


Version published
Weekly downloads
37K
decreased by-5.22%
Maintainers
5
Install size
4.71 MB
Created
Weekly downloads
 

Changelog

Source

8.6.2 (2020-12-02)

Bug Fixes

  • change package visibility (#3) (c45ebb6)

Readme

Source

@qiwi/npm-registry-client

The fork of npm/npm-registry-client that fixes the most vulnerabilities and brings deps from 2020

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

Last updated on 02 Dec 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc