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

@strapi/generate-new

Package Overview
Dependencies
Maintainers
0
Versions
1243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/generate-new - npm Package Compare versions

Comparing version 0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc to 0.0.0-next.a237dfc081ee4788ee5abb71a735161aebec0ee5

dist/resources/files/js/config/plugins.js

3

dist/create-project.js

@@ -174,2 +174,5 @@ "use strict";

console.log();
console.log(` ${cmd} deploy`);
console.log(" Deploy Strapi project.");
console.log();
console.log(` ${cmd} strapi`);

@@ -176,0 +179,0 @@ console.log(` Display all available commands.`);

import type { NewOptions } from './types';
export { default as checkInstallPath } from './utils/check-install-path';
export type { NewOptions } from './types';
export declare const generateNewApp: (projectDirectory: string, options: Partial<NewOptions>) => Promise<void>;
//# sourceMappingURL=index.d.ts.map

2

dist/resources/files/js/config/middlewares.js
module.exports = [
'strapi::logger',
'strapi::errors',

@@ -6,3 +7,2 @@ 'strapi::security',

'strapi::poweredBy',
'strapi::logger',
'strapi::query',

@@ -9,0 +9,0 @@ 'strapi::body',

@@ -39,2 +39,6 @@ # 🚀 Getting started with Strapi

```
yarn strapi deploy
```
## 📚 Learn more

@@ -41,0 +45,0 @@

export default [
'strapi::logger',
'strapi::errors',

@@ -6,3 +7,2 @@ 'strapi::security',

'strapi::poweredBy',
'strapi::logger',
'strapi::query',

@@ -9,0 +9,0 @@ 'strapi::body',

@@ -39,2 +39,6 @@ # 🚀 Getting started with Strapi

```
yarn strapi deploy
```
## 📚 Learn more

@@ -41,0 +45,0 @@

@@ -16,2 +16,3 @@ import { Scope } from '../../../types';

strapi: string;
deploy: string;
};

@@ -18,0 +19,0 @@ devDependencies: {};

@@ -21,3 +21,4 @@ "use strict";

build: "strapi build",
strapi: "strapi"
strapi: "strapi",
deploy: "strapi deploy"
},

@@ -24,0 +25,0 @@ devDependencies: {},

"use strict";
const sqlClientModule = {
mysql: { mysql: "2.18.1" },
mysql2: { mysql2: "3.6.0" },
mysql2: { mysql2: "3.10.0" },
postgres: { pg: "8.8.0" },

@@ -6,0 +6,0 @@ sqlite: { "better-sqlite3": "8.6.0" },

{
"name": "@strapi/generate-new",
"version": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
"version": "0.0.0-next.a237dfc081ee4788ee5abb71a735161aebec0ee5",
"description": "Generate a new Strapi application.",

@@ -43,3 +43,2 @@ "keywords": [

"lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:ts": "run -T tsc --noEmit",

@@ -62,3 +61,3 @@ "watch": "pack-up watch"

"devDependencies": {
"@strapi/pack-up": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
"@strapi/pack-up": "4.23.0",
"copyfiles": "2.4.1"

@@ -70,3 +69,3 @@ },

},
"gitHead": "a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc"
"gitHead": "a237dfc081ee4788ee5abb71a735161aebec0ee5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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