Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-bridge-app

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-bridge-app - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

3

dist/index.js

@@ -16,3 +16,2 @@ #!/usr/bin/env node

Object.defineProperty(exports, "__esModule", { value: true });
const os_1 = __importDefault(require("os"));
const path_1 = __importDefault(require("path"));

@@ -50,3 +49,3 @@ const prompts_1 = __importDefault(require("prompts"));

});
const tempRepoPath = path_1.default.join(os_1.default.tmpdir(), 'bridgeRepoTemp');
const tempRepoPath = path_1.default.join('./', 'bridgeRepoTemp');
(0, child_process_1.execSync)(`git clone https://github.com/bridge-codes/bridge.git ${tempRepoPath} -q`);

@@ -53,0 +52,0 @@ fs_1.default.mkdirSync(projectName);

{
"name": "create-bridge-app",
"version": "1.0.29",
"version": "1.0.30",
"description": "Create Bridge-powered Express app with one command",

@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc