Socket
Socket
Sign inDemoInstall

@epig/create-app

Package Overview
Dependencies
218
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

template/admin/src/hooks/package.json

2

createReactApp.js

@@ -187,3 +187,3 @@ const chalk = require('chalk');

let allDependencies = [];
let buildInDependencies = ['src/util', 'src/components'];
let buildInDependencies = ['src/util', 'src/components', 'src/hooks'];
switch (type) {

@@ -190,0 +190,0 @@ case 'default':

{
"name": "@epig/create-app",
"version": "1.5.0",
"version": "1.6.0",
"description": "create react app",

@@ -5,0 +5,0 @@ "main": "index.js",

const path = require('path');
const config = {
gzip: true,
plugins: [

@@ -5,0 +6,0 @@ ['epig-plugin-admin', {}],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc