1.1.2 • Published 7 years ago

npm-checker v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm-checker Build Status

Check package exists on npmjs.com

Install

npm install --save npm-checker

Usage

const npmChecker = require('npm-checker');

npmChecker('http-fetcher')
	.then(res => {
		console.log(res);
	})
	.catch(err => {
		console.log(err);
	});

API

npmChecker(packageName)

Returns a promise

packageName

Type: string

Package name for searching

License

MIT © Rajika Imal

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago