@dodona/dolos-lib
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -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})`); |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119435
9
12
2895
+ Addedd3-dsv@^2.0.0
+ Added@elm-tooling/tree-sitter-elm@5.7.0(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedd3-dsv@2.0.0(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedrw@1.3.3(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedtree-sitter-python@0.20.4(transitive)
- Removedtree-sitter-python@0.19.0(transitive)