@alchemycodelab/create-app
Advanced tools
Comparing version 6.2.3 to 6.2.4
@@ -33,3 +33,3 @@ const path = require('path'); | ||
'msw', | ||
'node-fetch', | ||
'cross-fetch', | ||
'postcss-import@latest', | ||
@@ -36,0 +36,0 @@ 'postcss-loader@latest', |
{ | ||
"name": "@alchemycodelab/create-app", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
global.fetch = (...args) => | ||
import('node-fetch').then(({ default: fetch }) => fetch(...args)); | ||
import('cross-fetch').then(({ default: fetch }) => fetch(...args)); |
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
19506
2