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 1.3.1 to 1.3.2

2

lib/helpers.js

@@ -52,3 +52,3 @@ const { execSync } = require('child_process');

console.log(chalk.green('Installing dependencies'));
execSync(`npm i -D ${dependencies.join(' ')}`, {
execSync(`npm i ${dependencies.join(' ')}`, {
cwd: applicationFolder,

@@ -55,0 +55,0 @@ stdio: 'inherit'

{
"name": "@alchemycodelab/create-app",
"version": "1.3.1",
"version": "1.3.2",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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