New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alchemycodelab/create-app

Package Overview
Dependencies
Maintainers
3
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 7.0.0 to 7.0.1

3

express-sql/data/setup.js

@@ -6,3 +6,4 @@ const fs = require('fs').promises;

.readFile(`${__dirname}/../sql/setup.sql`, { encoding: 'utf-8' })
.then((sql) => pool.query(sql));
.then((sql) => pool.query(sql))
.then(() => process.exit());
};
{
"name": "@alchemycodelab/create-app",
"version": "7.0.0",
"version": "7.0.1",
"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