Socket
Book a DemoInstallSign in
Socket

npm-user-packages

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-user-packages

Get packages by a npm user

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
1
Created
Source

npm-user-packages Build Status

Get packages by a npm user

Install

$ npm install npm-user-packages

Usage

const npmUserPackages = require('npm-user-packages');

npmUserPackages('kevva').then(data => {
	console.log(data);
	//=> [{name: 'advpng-bin', description: '...', ...}, ...]
});

API

npmUserPackages(username)

username

Type: string

User to fetch packages from.

  • npm-user-packages-cli - CLI for this module
  • npm-user - Get user info of a npm user
  • npm-email - Get the email of a npm user
  • npm-keyword - Get a list of npm packages with a certain keyword

License

MIT © Kevin Mårtensson

Keywords

api

FAQs

Package last updated on 06 Jul 2017

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