@jscpd/tokenizer
Advanced tools
Comparing version 3.3.8 to 3.3.9
@@ -11,2 +11,3 @@ export interface IOptions { | ||
path?: string[]; | ||
pattern?: string; | ||
mode?: any; | ||
@@ -13,0 +14,0 @@ config?: string; |
@@ -12,4 +12,4 @@ "use strict"; | ||
minLines: 5, | ||
maxLines: 500, | ||
maxSize: '30kb', | ||
maxLines: 1000, | ||
maxSize: '100kb', | ||
minTokens: 50, | ||
@@ -16,0 +16,0 @@ output: './report', |
{ | ||
"name": "@jscpd/tokenizer", | ||
"version": "3.3.8", | ||
"version": "3.3.9", | ||
"description": "tokenizer of source code for jscpd", | ||
@@ -36,7 +36,7 @@ "author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>", | ||
"dependencies": { | ||
"@jscpd/core": "^3.3.8", | ||
"@jscpd/core": "^3.3.9", | ||
"reprism": "^0.0.11", | ||
"spark-md5": "^3.0.1" | ||
}, | ||
"gitHead": "d611ec57e2aa02f904f4588e6e4bc3486d09e87c" | ||
"gitHead": "90132477df457c681559e3545fafc6a9fbfe3f43" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
101203
1789
0
Updated@jscpd/core@^3.3.9