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

@strapi/generate-new

Package Overview
Dependencies
Maintainers
9
Versions
1246
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.7408df892b5a12da19143747d41f1e9614a29688 to 0.0.0-next.7466630056657c483fb286557dda890490597807

dist/create-cli-db-project.d.ts

38

package.json
{
"name": "@strapi/generate-new",
"version": "0.0.0-next.7408df892b5a12da19143747d41f1e9614a29688",
"version": "0.0.0-next.7466630056657c483fb286557dda890490597807",
"description": "Generate a new Strapi application.",

@@ -31,9 +31,16 @@ "keywords": [

],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"test": "echo \"no tests yet\"",
"lint": "eslint ."
"build": "pack-up build && run copy-files",
"clean": "run -T rimraf ./dist",
"copy-files": "copyfiles -u 1 -a 'src/resources/files/**/*' 'src/resources/dot-files/**/*' 'src/resources/**/*.template' dist",
"lint": "run -T eslint .",
"test:ts": "run -T tsc --noEmit",
"watch": "pack-up watch"
},

@@ -43,18 +50,21 @@ "dependencies": {

"chalk": "^4.1.2",
"execa": "^1.0.0",
"execa": "5.1.1",
"fs-extra": "10.0.0",
"inquirer": "8.2.5",
"lodash": "4.17.21",
"node-fetch": "^2.6.9",
"node-fetch": "2.7.0",
"node-machine-id": "^1.1.10",
"ora": "^5.4.1",
"semver": "7.3.8",
"tar": "6.1.13",
"uuid": "^8.3.2"
"semver": "7.5.4",
"tar": "6.1.13"
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"copyfiles": "2.4.1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"gitHead": "7408df892b5a12da19143747d41f1e9614a29688"
"gitHead": "7466630056657c483fb286557dda890490597807"
}

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