🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

solid-web-client

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-web-client

Solid LDP REST client

latest
Source
npmnpm
Version
0.3.2
Version published
Weekly downloads
58
-50.85%
Maintainers
2
Weekly downloads
 
Created
Source

solid-web-client

NPM Version Build Status

Minimal Solid LDP REST client functionality. Serves as a standalone library, and is also used inside solid-client.

Usage

var rdf = require('rdflib')  // or other compatible library
var webClient = require('solid-web-client')(rdf)

webClient.get('https://example.com')
  .then(function (response) {
    console.log(response)
  })

Keywords

solid

FAQs

Package last updated on 05 May 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