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

@alchemycodelab/create-app

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemycodelab/create-app - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

basic/lib/utils/pool.js

2

node/lib/utils/pool.js

@@ -5,3 +5,3 @@ const { Pool } = require('pg');

connectionString: process.env.DATABASE_URL,
ssl: { rejectUnauthorized: false }
ssl: process.env.PGSSLMODE && { rejectUnauthorized: false }
});

@@ -8,0 +8,0 @@

{
"name": "@alchemycodelab/create-app",
"version": "2.1.1",
"version": "2.1.2",
"description": "",

@@ -5,0 +5,0 @@ "repository": {

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