New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-strapi-app

Package Overview
Dependencies
Maintainers
1
Versions
1671
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-strapi-app - npm Package Compare versions

Comparing version 3.0.0-next.17 to 3.0.0-next.18

9

package.json
{
"name": "create-strapi-app",
"version": "3.0.0-next.17",
"version": "3.0.0-next.18",
"description": "Generate a new Strapi application.",

@@ -24,3 +24,3 @@ "license": "MIT",

"commander": "^2.20.0",
"strapi-generate-new": "3.0.0-next.17"
"strapi-generate-new": "3.0.0-next.18"
},

@@ -43,5 +43,6 @@ "scripts": {

"engines": {
"node": ">= 8"
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"gitHead": "23fdc37b0fda42fcd80f5379ca264091e8013f13"
"gitHead": "ddb1f9150339060d759f22ff68c227bf879490ed"
}

@@ -12,3 +12,3 @@ # Create strapi app

```
yarn create strapi-app my-app
yarn create strapi-app my-project
```

@@ -19,3 +19,3 @@

```
npx create-strapi-app my-app
npx create-strapi-app my-project
```

@@ -22,0 +22,0 @@

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