forked from kucherenko/jscpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43b65ea
commit d536e88
Showing
8 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jscpd/core", | ||
"version": "3.3.14", | ||
"version": "3.3.17", | ||
"description": "core functionality of copy/paste detector for jscpd", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jscpd/finder", | ||
"version": "3.3.14", | ||
"version": "3.3.17", | ||
"description": "detector of copy/paste in files", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
@@ -31,8 +31,8 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@jscpd/core": "^3.3.14", | ||
"@jscpd/tokenizer": "^3.3.14", | ||
"@jscpd/core": "^3.3.17", | ||
"@jscpd/tokenizer": "^3.3.17", | ||
"blamer": "^1.0.1", | ||
"bytes": "^3.1.0", | ||
"cli-table3": "^0.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jscpd/html-reporter", | ||
"version": "3.3.15", | ||
"version": "3.3.17", | ||
"description": "html reporter for jscpd", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jscpd", | ||
"version": "3.3.16", | ||
"version": "3.3.17", | ||
"description": "detector of copy/paste in files", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
@@ -34,10 +34,10 @@ | |
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@jscpd/core": "^3.3.14", | ||
"@jscpd/finder": "^3.3.14", | ||
"@jscpd/html-reporter": "^3.3.15", | ||
"@jscpd/tokenizer": "^3.3.14", | ||
"@jscpd/core": "^3.3.17", | ||
"@jscpd/finder": "^3.3.17", | ||
"@jscpd/html-reporter": "^3.3.17", | ||
"@jscpd/tokenizer": "^3.3.17", | ||
"colors": "^1.4.0", | ||
"commander": "^5.0.0", | ||
"fs-extra": "^9.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jscpd/leveldb-store", | ||
"version": "3.3.14", | ||
"version": "3.3.17", | ||
"description": "leveldb store for jscpd", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
@@ -33,8 +33,8 @@ | |
"url": "https://github.com/kucherenko/jscpd/issues" | ||
}, | ||
"dependencies": { | ||
"@jscpd/core": "^3.3.14", | ||
"@jscpd/tokenizer": "^3.3.14", | ||
"@jscpd/core": "^3.3.17", | ||
"@jscpd/tokenizer": "^3.3.17", | ||
"fs-extra": "^9.0.0", | ||
"level": "^6.0.1", | ||
"rimraf": "^3.0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jscpd/redis-store", | ||
"version": "3.3.14", | ||
"version": "3.3.17", | ||
"description": "redis store for jscpd", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
@@ -33,8 +33,8 @@ | |
"url": "https://github.com/kucherenko/jscpd/issues" | ||
}, | ||
"dependencies": { | ||
"@jscpd/core": "^3.3.14", | ||
"@jscpd/tokenizer": "^3.3.14", | ||
"@jscpd/core": "^3.3.17", | ||
"@jscpd/tokenizer": "^3.3.17", | ||
"ioredis": "^4.16.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jscpd/tokenizer", | ||
"version": "3.3.14", | ||
"version": "3.3.17", | ||
"description": "tokenizer of source code for jscpd", | ||
"author": "Andrey Kucherenko <[email protected]>", | ||
"homepage": "https://github.com/kucherenko/jscpd#readme", | ||
|
@@ -33,7 +33,7 @@ | |
"@types/spark-md5": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"@jscpd/core": "^3.3.14", | ||
"@jscpd/core": "^3.3.17", | ||
"reprism": "^0.0.11", | ||
"spark-md5": "^3.0.1" | ||
}, | ||
|