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

dblsqd-web

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dblsqd-web

Module for integrating DBLSQD feeds into websites.

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

#DBLSQD Web Integration

This module allows for the integration of information from DBLSQD feeds into websites.

Installing

When using browserify (or a similar tool), you can install dblqsd-web with npm: npm install --save-dev dblsqd-web. Alternatively, you can also directly embed the minified JavaScript file in your site:

<script src="https://unpkg.com/dblsqd-web@0/dist/dblsqd-web.js"></script>

Compatibility

dblsqd-web is compatible with all common browsers. IE9 is the oldest supported version of Internet Explorer.

Usage

Here is a short example of how to insert an Application’s changelog and latest version number into a website.

Please take a look at our full documentation on the DBLSQD website.

dblsqdWeb.loadFeed(":appToken", ":channel", ":os", ":arch").then(function(feed) {
    dblsqdWeb.insertLatestVersion("#download-button span.version-number", feed)
    dblsqdWeb.insertChangelog("#changelog-container", feed)
})

FAQs

Package last updated on 01 Sep 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

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