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.3 to 6.2.4

2

lib/reactSetup.js

@@ -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));
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