Detalhes do pacote

@qiwi/npm-registry-client

qiwi-forks161.5kISC8.9.1

Client for the npm registry

readme (leia-me)

@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

```shell script npm i @qiwi/npm-registry-client yarn add @qiwi/npm-registry-client


## Usage

```javascript
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.

changelog (log de mudanças)

8.9.1 (2021-04-02)

Bug Fixes

8.9.0 (2021-03-31)

Features

8.8.1 (2021-03-29)

Bug Fixes

8.8.0 (2021-03-29)

Features

8.7.0 (2021-01-11)

Features

8.6.3 (2020-12-03)

Bug Fixes

8.6.2 (2020-12-02)

Bug Fixes

8.6.1 (2020-11-30)

Bug Fixes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.6.0 (2018-07-13)

Features

  • access: Add support for npm access to set per-package 2fa requirements (8b472d2)

8.5.1 (2018-03-08)

Bug Fixes

  • error: improve User not found publish message (#167) (5ebcffc)