Socket
Book a DemoInstallSign in
Socket

fetch-nice-package

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-nice-package

fetch cleaned package metadata from the npm registry.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

fetch-nice-package Build Status

fetch cleaned package metadata from the npm registry.

Install

$ npm install --save fetch-nice-package

Usage

const fetchNicePackage = require('fetch-nice-package');

fetchNicePackage('nice-package')
.then(info => console.log(info))
.catch(err => console.error(err))

P.S: info will have all the convenience-methods that nice-package has.

API

fetchNicePackage(input)

input

Type: string

Node module name.

License

MIT © Hemanth.HM

Keywords

npm

FAQs

Package last updated on 16 Nov 2016

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