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.6.0 to 1.7.0

3

dist/lib/util/region.js

@@ -17,5 +17,2 @@ "use strict";

this.endCol = endCol;
if (!Region.valid(startRow, startCol, endRow, endCol)) {
console.trace("AssertionError.");
}
(0, assert_1.default)(Region.valid(startRow, startCol, endRow, endCol), "startRow and startCol should be smaller than endRow and endCol, was " +

@@ -22,0 +19,0 @@ `new Selection(${startRow}, ${startCol}, ${endRow}, ${endCol})`);

15

package.json
{
"name": "@dodona/dolos-lib",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/index.js",
"description": "Code similarity detection based on the Winnowing algorithm",
"types": "dist/index.d.ts",
"engines": {
"node": ">12 <17"
},
"scripts": {

@@ -28,6 +31,8 @@ "hash": "tsc && node dist/bin/hash.js",

"devDependencies": {
"@types/benchmark": "^2.1.1",
"@types/d3-dsv": "^2.0.0",
"@types/node": "^16.9.0",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"ava": "^3.8.2",
"ava": "^4.3.1",
"benchmark": "^2.1.4",

@@ -37,8 +42,10 @@ "eslint": "^7.27.0",

"nyc": "^15.0.1",
"ts-node": "^10.2.1",
"ts-node": "^10.8.2",
"typescript": "^4.5.5"
},
"dependencies": {
"d3-dsv": "^2.0.0"
},
"optionalDependencies": {
"@elm-tooling/tree-sitter-elm": "^5.5.1",
"tree-sitter": "^0.20.0",

@@ -50,3 +57,3 @@ "tree-sitter-bash": "^0.19.0",

"tree-sitter-javascript": "^0.19.0",
"tree-sitter-python": "^0.19.0"
"tree-sitter-python": "^0.20.1"
},

@@ -53,0 +60,0 @@ "bugs": {

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