converter-toless-plugin
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -32,4 +32,2 @@ import { createRequire } from 'module'; | ||
logfile: Path.join(_dirname, 'logs', 'converterlog.txt'), | ||
inputdir: './uploads/input', | ||
outputdir: './uploads/output', | ||
timetoGarbageCleaner: 14400, | ||
@@ -39,3 +37,2 @@ deleteallTempFilesOnStart: true, | ||
randomStringSize: 8, | ||
filter: require(Path.join(_dirname, '/data/filter.json')) | ||
}; | ||
@@ -42,0 +39,0 @@ export default class CompilersHandler { |
{ | ||
"name": "converter-toless-plugin", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "this is a plugin", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -48,6 +48,2 @@ | ||
inputdir: './uploads/input', | ||
outputdir: './uploads/output', | ||
timetoGarbageCleaner: 14400, | ||
@@ -60,4 +56,2 @@ | ||
randomStringSize: 8, | ||
filter: require(Path.join(_dirname, '/data/filter.json')) | ||
} | ||
@@ -64,0 +58,0 @@ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4
37046
971