odata-json-schema
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -75,3 +75,4 @@ const fs = require('fs'); | ||
for (const file of files) { | ||
bundled[file.substr(0, file.length - '.json'.length)] = require(`./${root}/${file}`); | ||
const name = file.substr(0, file.length - '.json'.length); | ||
bundled[name] = require(path.join(process.cwd(), root, file)); | ||
} | ||
@@ -78,0 +79,0 @@ await writeFile(dist, JSON.stringify(bundled)) |
{ | ||
"name": "odata-json-schema", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
178341
843
0