Huge News!Announcing our $40M Series B led by Abstract Ventures.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 6.2.2 to 6.2.3

4

express-sql/__tests__/app.test.js

@@ -10,2 +10,6 @@ import pool from '../lib/utils/pool.js';

});
afterAll(() => {
pool.end();
});
});

2

package.json
{
"name": "@alchemycodelab/create-app",
"version": "6.2.2",
"version": "6.2.3",
"description": "",

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

@@ -1,1 +0,2 @@

global.fetch = require('node-fetch');
global.fetch = (...args) =>
import('node-fetch').then(({ default: fetch }) => fetch(...args));
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