@alchemycodelab/create-app
Advanced tools
Comparing version 6.2.2 to 6.2.3
@@ -10,2 +10,6 @@ import pool from '../lib/utils/pool.js'; | ||
}); | ||
afterAll(() => { | ||
pool.end(); | ||
}); | ||
}); |
{ | ||
"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)); |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19504
381
3