Socket
Book a DemoInstallSign in
Socket

electron-userland-reports

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-userland-reports

Slices of data about packages, repos, and users in Electron userland. Collected from the GitHub API, npm registry, and libraries.io

latest
Source
npmnpm
Version
1.6.0
Version published
Maintainers
1
Created
Source

electron-userland-reports

Slices of data about packages, repos, and users in Electron userland. Collected from the GitHub API, npm registry, and libraries.io

  • all-the-package-repos: All the repository URLs in the npm registry as an object whose keys are package names and values are URLs
  • all-the-packages: All the npm registry metadata as an offline event stream.
  • electron-npm-packages: A collection of all npm packages that mention electron in their package.json
  • fetch-nice-package: fetch cleaned package metadata from the npm registry.
  • nice-package: Clean up messy package metadata from the npm registry
  • repos-using-electron: A collection of all public repositories on GitHub that depend on electron-prebuilt

Installation

npm install electron-userland-reports --save

Usage

const reports = require('electron-userland-reports')

...or find the raw JSON output in the /reports directory.

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • all-the-package-repos: All the repository URLs in the npm registry as an object whose keys are package names and values are URLs
  • all-the-packages: All the npm registry metadata as an offline event stream.
  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • count-array-values: Count the instances of each value in an array
  • electron-npm-packages: A collection of all npm packages that mention electron in their package.json
  • fetch-nice-package: fetch cleaned package metadata from the npm registry.
  • lodash: Lodash modular utilities.
  • mocha: simple, flexible, fun test framework
  • nice-package: Clean up messy package metadata from the npm registry
  • repos-using-electron: A collection of all public repositories on GitHub that depend on electron-prebuilt
  • revalidator: A cross-browser / node.js validator powered by JSON Schema
  • standard: JavaScript Standard Style

License

MIT

FAQs

Package last updated on 15 Dec 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