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

@dodona/dolos-core

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dodona/dolos-core

Core classes and algorithms for Dolos source code similarity checker

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Dolos core

This is the core library containing the matching algorithms behind Dolos. It exposes a JavaScript API to integrate plagiarism detection in your applications.

This library compiles to platform-independent JavaScript and can thus be included in web environments.

Note: this library does not contain parsing functionality. If you need to parse files as well, you should consider using Dolos lib.

Visit dolos.ugent.be for more information.

Installation

npm install @dodona/dolos-core

Development

  1. Install dependencies (preferably in the repository root)
    npm install
    
  2. Build the project with typescript
    npm run build
    
  3. Test the project with ava.js
    npm run test
    

Documentation

Visit our web page at https://dolos.ugent.be.

Keywords

FAQs

Package last updated on 24 Oct 2024

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