Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sage-widget

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sage-widget

A simple widget to evaluate SPARQL queries using a Sage server

  • 3.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

sage-widget

Build Status npm version

A simple Mithril widget to evaluate SPARQL queries using a SaGe server.

Installation

npm install sage-widget --save

Requirements

All following library must be loaded into the DOM beforehand.

The package.json file in the example folder contains the appropriate dependencies declaration.

Getting started

The example folder contains a full example of the sage-widget used in a website. To use the widget, you simply need to declare the widget with the <sage-widget> HTML tag. It *requires the urls attribute, which is a comma-separated list of all SaGe server that the widget will be able to query. At startup, the widget will automatically fetch the VoIDs descriptors of the servers and configure itself based on these descriptors.

<div id="sage-widget" urls="http://sage.univ-nantes.fr/"></div>

Keywords

FAQs

Package last updated on 22 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc