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
1
Versions
294
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 2.0.2 to 2.0.3

4

json/package.json.js

@@ -24,4 +24,4 @@ 'use strict';

// in the newly created `package.json`.
const frameworkPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'strapi', 'package.json'))) || {};
const knexPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'strapi-knex', 'package.json'))) || {};
const frameworkPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', '..', '..', 'strapi', 'package.json'))) || {};
const knexPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', '..', '..', 'strapi-knex', 'package.json'))) || {};

@@ -28,0 +28,0 @@ // Finally, return the JSON.

{
"name": "strapi-generate-new",
"version": "2.0.2",
"version": "2.0.3",
"description": "Generate a new Strapi application.",

@@ -5,0 +5,0 @@ "homepage": "http://strapi.io",

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