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

create-strapi

Package Overview
Dependencies
Maintainers
8
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-strapi - npm Package Compare versions

Comparing version 0.0.0 to 5.0.0-alpha.7

6

bin/index.js

@@ -1,1 +0,5 @@

console.log("This CLI is not yet implemented. Please use create-strapi-app");
#!/usr/bin/env node
'use strict';
require('create-strapi-app/bin');
{
"name": "create-strapi",
"version": "0.0.0",
"version": "5.0.0-alpha.7",
"description": "Generate a new Strapi application.",

@@ -33,6 +33,15 @@ "keywords": [

],
"main": "",
"bin": "./bin/index.js",
"files": [
"bin/"
]
],
"dependencies": {
"create-strapi-app": "5.0.0-alpha.7"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"gitHead": "9b94d7f8880803bb8e6acd52215588438793e160"
}
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