create-bridge-app
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -49,3 +49,3 @@ #!/usr/bin/env node | ||
}); | ||
const tempRepoPath = path_1.default.join(`${os_1.default.tmpdir()},bridgeRepoTemp`); | ||
const tempRepoPath = path_1.default.join(os_1.default.tmpdir(), 'bridgeRepoTemp'); | ||
(0, child_process_1.execSync)(`git clone https://github.com/bridge-codes/bridge.git ${tempRepoPath} -q`); | ||
@@ -52,0 +52,0 @@ fs_1.default.mkdirSync(projectName); |
{ | ||
"name": "create-bridge-app", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Create Bridge-powered Express app with one command", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
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
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
2
8799