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 6.1.0 to 6.1.1

7

express-sql/data/setup.js

@@ -7,3 +7,8 @@ import { promises as fs } from 'fs';

.readFile(
`${path.dirname(new URL(import.meta.url).pathname)}/../sql/setup.sql`,
path.join(
path.dirname(new URL(import.meta.url).pathname),
'..',
'sql',
'setup.sql'
),
{

@@ -10,0 +15,0 @@ encoding: 'utf-8',

2

package.json
{
"name": "@alchemycodelab/create-app",
"version": "6.1.0",
"version": "6.1.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