New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@groupdocs.examples.jquery/comparison

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupdocs.examples.jquery/comparison

jQuery plugin that allows to display and comapre documents supported by groupdocs libraries APIs

latest
npmnpm
Version
0.16.6
Version published
Weekly downloads
15
Maintainers
3
Weekly downloads
 
Created
Source

GroupDocs.Comparison

Simple jQuery plugin that allows to display and comapre documents supported by groupdocs libraries APIs

Getting started

Install using npm

npm i @groupdocs.examples.jquery/comparison

or

yarn add @groupdocs.examples.jquery/comparison

Add following code within <body> tag

<div id="element"></div>
<script>
    $('#element').comparison({
        ... options
    });
</script>

Note

This plugin is intended to work with following GroupDocs examples:

  • Compare documents for Java Spring
  • Compare documents for Java Dropwizard
  • Compare documents for .NET WebForms
  • Compare documents for .NET MVC

Resources

FAQs

Package last updated on 15 Aug 2019

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