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
Maintainers
5
Install size
4.95 MB
Created

Changelog

Source

8.9.1 (2021-04-02)

Bug Fixes

  • constructor typing (#11) (f334bb3)

Features

Readme

Source

@qiwi/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

Last updated on 02 Apr 2021

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