New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cignium-hypermedia-client

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cignium-hypermedia-client

Hypermedia renderer for Cignium's hypermedia api.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-62.86%
Maintainers
1
Weekly downloads
 
Created
Source

Cignium Hypermedia Client

Hypermedia renderer for Cignium's hypermedia api.

Build Status

Install

The library is available on NPM and hosted on CDN.

NPM

To install the stable version, run:

npm install cignium-hypermedia --save
CDN

Add the following script tag:

<script src="https://cdn.jsdelivr.net/cignium-hypermedia/latest/client.min.js"></script>

Get Started

Add the following script tag in your HTML page:

<script type="text/javascript">
  document.addEventListener('DOMContentLoaded', function() {
    Cignium.init('INSERT_ELEMENT_ID', 'INSERT_URL')
  })
</script>

License

MIT

FAQs

Package last updated on 15 Sep 2015

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