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 4.0.5 to 4.1.0

.prettierrc

22

lib/expressSqlSetup.js

@@ -5,16 +5,16 @@ const path = require('path');

const dependencies = [
'dotenv',
'express',
'pg'
'dotenv@latest',
'express@latest',
'pg@latest'
];
const devDependencies = [
'@babel/eslint-parser',
'@babel/plugin-syntax-class-properties',
'@types/jest',
'@types/pg',
'eslint',
'jest',
'nodemon',
'supertest'
'@babel/eslint-parser@latest',
'@babel/plugin-syntax-class-properties@latest',
'@types/jest@latest',
'@types/pg@latest',
'eslint@latest',
'jest@latest',
'nodemon@latest',
'supertest@latest'
];

@@ -21,0 +21,0 @@

@@ -5,14 +5,14 @@ const path = require('path');

const dependencies = [
'dotenv',
'pg'
'dotenv@latest',
'pg@latest'
];
const devDependencies = [
'@babel/eslint-parser',
'@babel/plugin-syntax-class-properties',
'@types/jest',
'eslint',
'jest',
'@types/pg',
'nodemon'
'@babel/eslint-parser@latest',
'@babel/plugin-syntax-class-properties@latest',
'@types/jest@latest',
'eslint@latest',
'jest@latest',
'@types/pg@latest',
'nodemon@latest'
];

@@ -19,0 +19,0 @@

const path = require('path');
const { copyFiles, init, installDependencies } = require('./helpers');
const dependencies = [
'react',
'react-dom'
];
const dependencies = ['react@latest', 'react-dom@latest'];
const devDependencies = [
'@babel/core',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-runtime',
'@babel/preset-env',
'@babel/preset-react',
'@testing-library/jest-dom',
'@testing-library/react',
'@testing-library/user-event',
'@types/jest',
'autoprefixer',
'babel-eslint',
'babel-loader',
'clean-webpack-plugin',
'copy-webpack-plugin',
'css-loader',
'dotenv',
'eslint',
'eslint-plugin-babel',
'eslint-plugin-react',
'file-loader',
'html-webpack-plugin@next',
'identity-obj-proxy',
'jest',
'postcss-import',
'postcss-loader',
'postcss-nested',
'postcss-simple-vars',
'prop-types',
'style-loader',
'url-loader',
'webpack',
'webpack-cli',
'webpack-dev-server'
'@babel/core@latest',
'@babel/plugin-proposal-class-properties@latest',
'@babel/plugin-transform-runtime@latest',
'@babel/preset-env@latest',
'@babel/preset-react@latest',
'@testing-library/jest-dom@latest',
'@testing-library/react@latest',
'@testing-library/user-event@latest',
'@types/jest@latest',
'autoprefixer@latest',
'babel-eslint@latest',
'babel-loader@latest',
'clean-webpack-plugin@latest',
'copy-webpack-plugin@latest',
'css-loader@latest',
'dotenv@latest',
'eslint@latest',
'eslint-config-airbnb@latest',
'eslint-config-prettier@latest',
'eslint-plugin-babel@latest',
'eslint-plugin-react@latest',
'file-loader@latest',
'html-webpack-plugin@next@latest',
'identity-obj-proxy@latest',
'jest@latest',
'node-fetch',
'postcss-import@latest',
'postcss-loader@latest',
'postcss-nested@latest',
'postcss-simple-vars@latest',
'prop-types@latest',
'style-loader@latest',
'url-loader@latest',
'webpack@latest',
'webpack-cli@latest',
'webpack-dev-server@latest',
];
module.exports = async(config) => {
module.exports = async (config) => {
const { applicationFolder } = config;

@@ -47,0 +47,0 @@ await copyFiles(path.join(__dirname, '../react'), applicationFolder, config);

{
"name": "@alchemycodelab/create-app",
"version": "4.0.5",
"version": "4.1.0",
"description": "",

@@ -25,4 +25,6 @@ "repository": {

"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0"
}
}

@@ -7,3 +7,6 @@ {

"jest": {
"setupFilesAfterEnv": ["@testing-library/jest-dom/extend-expect"],
"setupFilesAfterEnv": [
"@testing-library/jest-dom/extend-expect",
"<rootDir>/src/setupTests.js"
],
"moduleNameMapper": {

@@ -10,0 +13,0 @@ "\\.(css)$": "identity-obj-proxy",

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