jest-constants
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -14,5 +14,4 @@ /** | ||
const pkg = JSON.parse( | ||
fs.readFileSync( | ||
path.resolve(__dirname, '..', '..', './package.json'), 'utf8')); | ||
const pkg = require( | ||
path.resolve(__dirname, '..', '..', './package.json')); | ||
@@ -19,0 +18,0 @@ exports.VERSION = pkg.version; |
{ | ||
"name": "jest-constants", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "index.js" | ||
} |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
687
15
2