@qiwi/npm-registry-client
Client for the npm registry
Last updated 5 years ago by qiwibot .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @qiwi/npm-registry-client 
SYNC missed versions from official npm registry.

@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.

Current Tags

  • 8.9.1                                ...           latest (5 years ago)

8 Versions

  • 8.9.1                                ...           5 years ago
  • 8.9.0                                ...           5 years ago
  • 8.8.1                                ...           5 years ago
  • 8.8.0                                ...           5 years ago
  • 8.7.0                                ...           5 years ago
  • 8.6.3                                ...           5 years ago
  • 8.6.2                                ...           5 years ago
  • 8.6.1                                ...           5 years ago
Downloads
Today 0
This Week 3
This Month 3
Last Day 0
Last Week 1
Last Month 1
Dependencies (12)
Dev Dependencies (9)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |