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

strapi-generate

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-generate - npm Package Compare versions

Comparing version

to
3.5.0-next.3

@@ -266,6 +266,4 @@ 'use strict';

function isValidTarget(target) {
let ok = true;
let ok = typeof target === 'object';
ok = ok && typeof target === 'object';
// Is using a helper.

@@ -272,0 +270,0 @@ // Or is another generator def.

{
"name": "strapi-generate",
"version": "3.5.0-next.2",
"version": "3.5.0-next.3",
"description": "Master of ceremonies for the Strapi generators.",

@@ -23,3 +23,3 @@ "homepage": "https://strapi.io",

"reportback": "^2.0.2",
"strapi-utils": "3.5.0-next.2"
"strapi-utils": "3.5.0-next.3"
},

@@ -50,3 +50,3 @@ "author": {

"license": "SEE LICENSE IN LICENSE",
"gitHead": "fe695e98219eb035a741a1baeb3334b561c81728"
"gitHead": "7102ebbcef1716b55f8a2ce8370f2cb1bd719a8a"
}