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

@dodona/dolos-lib

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dodona/dolos-lib - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

5

dist/dolos.js

@@ -42,7 +42,4 @@ "use strict";

const CodeTokenizer = require("./lib/tokenizer/codeTokenizer").CodeTokenizer;
if (CodeTokenizer.supportedLanguages.includes(language)) {
return new CodeTokenizer(language);
}
return new CodeTokenizer(language);
}
throw new Error(`No tokenizer found for ${language}`);
}

@@ -49,0 +46,0 @@ class Dolos {

2

package.json
{
"name": "@dodona/dolos-lib",
"version": "1.5.0",
"version": "1.5.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "description": "Code similarity detection based on the Winnowing algorithm",

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