You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

grape-browser

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grape-browser

## Installation

3.26.0-alpha.4
npm
Version published
Weekly downloads
93
165.71%
Maintainers
3
Weekly downloads
 
Created
Source

Grape browser - UI for displaying search results.

Installation

yarn
yarn build

Developing with grape-web-client

cd <your_path>/grape-browser
yarn link

cd <your_path>/grape-web-client
yarn link grape-browser
yarn run start:dev:all # node_modules are cached! restart this process if it was already running

cd <your_path>/grape-browser
yarn run build:watch

Example

See basic example

Terminology

  • service - an external service e.g. github, google drive
  • facet - is a results view which can include one (e.g. github) or many services (e.g. "all")
  • section - representation of results for one service (headline, objects)
  • object/result - one result object from a service
  • filter objects - quick filter selection objects displayed in the "queries" section
  • sidebar can contain info or detail view

(c) UberGrape GmbH

FAQs

Package last updated on 16 Dec 2020

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