Socket
Book a DemoInstallSign in
Socket

can-haz-package

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-haz-package

Check if an npm pacakge name is valid and does not exist.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

can-haz-package

npm travis

Check if an npm package name is valid and does not currently exist.

uses validate-npm-package-name to check naming rules and uses npm view (via shelljs) to check if the package exists.

The return values are set up to conform to inquirer's validate function expectations.

Because of the reliance on shelljs and npm, this package will not work in the browser, sorry!

Install

npm install can-haz-package

Usage

var canHazPackage = require('can-haz-package')

canHazPackage('this-should-never-be-taken-omg-whaaaat-999')
// reurns true

canHazPackage('standard')
// returns 'Sorry, that package name is taken! :('

canHazPackage(' ¯\_(ツ)_/¯ ')
// returns 'Package name does not conform to naming rules.'

Contributing

Contributions welcome! Please read the contributing guidelines first.

License

ISC

Keywords

can

FAQs

Package last updated on 03 Aug 2015

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