New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.24 to 1.0.25

2

dist/index.js

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

console.log(`Downloading dependencies... OK`);
yield exec(`mkdir ${name} & cd ${name} & npx tsc --init --outDir dist`);
yield exec(`mkdir ${name} && cd ${name} && npx tsc --init --outDir dist`);
// runCommand({

@@ -31,0 +31,0 @@ // command: `mkdir ${name} & cd ${name} & npx tsc --init --outDir dist`,

{
"name": "create-bridge-app",
"version": "1.0.24",
"version": "1.0.25",
"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