Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-strapi-starter

Package Overview
Dependencies
Maintainers
9
Versions
1207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-strapi-starter - npm Package Compare versions

Comparing version 3.6.8 to 4.0.0-beta.0

4

create-strapi-starter.js
'use strict';
// FIXME
/* eslint-disable import/extensions */
const commander = require('commander');

@@ -19,3 +21,2 @@

.option('--dbhost <dbhost>', 'Database host')
.option('--dbsrv <dbsrv>', 'Database srv')
.option('--dbport <dbport>', 'Database port')

@@ -26,3 +27,2 @@ .option('--dbname <dbname>', 'Database name')

.option('--dbssl <dbssl>', 'Database SSL')
.option('--dbauth <dbauth>', 'Authentication Database')
.option('--dbfile <dbfile>', 'Database file path for sqlite')

@@ -29,0 +29,0 @@ .option('--dbforce', 'Overwrite database content if any')

{
"name": "create-strapi-starter",
"version": "3.6.8",
"version": "4.0.0-beta.0",
"description": "Generate a new Strapi application.",

@@ -19,2 +19,3 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@strapi/generate-new": "4.0.0-beta.0",
"chalk": "4.1.1",

@@ -30,4 +31,3 @@ "ci-info": "3.1.1",

"ora": "5.4.0",
"strapi-generate-new": "3.6.8",
"tar": "6.1.4"
"tar": "6.1.11"
},

@@ -50,6 +50,6 @@ "scripts": {

"engines": {
"node": ">=10.16.0 <=14.x.x",
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"gitHead": "8972d78e8d1783ded6089d0318bfb62aff8e6962"
"gitHead": "9807c78cb7ab6373b7abb46da5ecc4980a9ea56c"
}

@@ -11,3 +11,3 @@ 'use strict';

const generateNewApp = require('strapi-generate-new');
const generateNewApp = require('@strapi/generate-new');

@@ -14,0 +14,0 @@ const hasYarn = require('./has-yarn');

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