create-rspack
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
#!/usr/bin/env node | ||
const yargs = require("yargs/yargs"); | ||
const { hideBin } = require("yargs/helpers"); | ||
const fs = require("fs"); | ||
const path = require("path"); | ||
const fs = require("node:fs"); | ||
const path = require("node:path"); | ||
const prompts = require("prompts"); | ||
@@ -7,0 +7,0 @@ const { formatTargetDir } = require("./utils"); |
{ | ||
"name": "create-rspack", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
257499
4