Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

level-community

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-community

Meta data on members of the LevelDB community

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
249
-9.45%
Maintainers
1
Weekly downloads
 
Created
Source

level-community

LevelDB Logo

Meta data on members of the LevelDB community

Usage

Exposes a simple json object with level maintainers meta data. The keys correspond to user names on github. Useful for mapping between github user space to npm user space etc.

var community = require('level-community')
console.log(JSON.stringify(community, null, 2))
{
  "rvagg": {
    "name": "Rod Vagg",
    "email": "r@va.gg",
    "npm": "rvagg",
    "twitter": "rvagg",
    "homepage": "http://r.va.gg"
  },
  "juliangruber": {
    "name": "Julian Gruber",
    "email": "julian@juliangruber.com",
    "npm": "juliangruber",
    "twitter": "juliangruber",
    "homepage": "http://juliangruber.com"
  },
  ...
}

Copyright (c) 2012-2015 LevelUP contributors.

LevelUP is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

LevelUP is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

Keywords

leveldb

FAQs

Package last updated on 27 Apr 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