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

@ef2/strapi

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ef2/strapi - npm Package Compare versions

Comparing version 2.1.4 to 2.1.6

.lh/template/src/components/shared/meta-social.json.json

10

.lh/template/data/plugins.example.ts.json

@@ -6,3 +6,3 @@ {

{
"activePatchIndex": 5,
"activePatchIndex": 7,
"patches": [

@@ -32,2 +32,10 @@ {

"content": "Index: \n===================================================================\n--- \n+++ \n@@ -13,9 +13,9 @@\n config: {\n depthLimit: 100\n }\n },\n- webform: { enabled: true },\n+ webforms: { enabled: true },\n email: {\n enabled: true,\n config: {\n provider: 'sendmail',\n"
},
{
"date": 1682329015116,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -13,8 +13,11 @@\n config: {\n depthLimit: 100\n }\n },\n+ \"slug-localization\": {\n+ enabled: true,\n+ },\n webforms: { enabled: true },\n email: {\n enabled: true,\n config: {\n"
},
{
"date": 1682329022581,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -7,17 +7,15 @@\n }\n },\n content: { enabled: true },\n navigation: { enabled: true },\n+ \"slug-localization\": {\n+ enabled: true,\n+ },\n graphql: {\n enabled: true,\n- config: {\n- depthLimit: 100\n- }\n },\n- 'slug-localization': {\n- enabled: true\n- },\n+\n webforms: { enabled: true },\n email: {\n enabled: true,\n config: {\n"
}

@@ -34,0 +42,0 @@ ],

4

package.json
{
"name": "@ef2/strapi",
"description": "Strapi EF2 template",
"version": "2.1.4",
"version": "2.1.6",
"license": "MIT",
"devDependencies": {
"@strapi/strapi": "^4.9.1",
"@strapi/strapi": "^4.9.2",
"@types/fs-extra": "^9.0.13",

@@ -9,0 +9,0 @@ "@types/mime-types": "^2.1.1",

@@ -9,2 +9,3 @@ {

"@ef2/content-components-strapi": "0.0.23",
"@ef2/strapi-plugin-slug-localization": "^0.0.3",
"@ef2/webforms-strapi": "latest",

@@ -11,0 +12,0 @@ "fs-extra": "^10.1.0",

@@ -11,8 +11,9 @@ export default {

navigation: { enabled: true },
'slug-localization': {
enabled: true
},
graphql: {
enabled: true,
config: {
depthLimit: 100
}
enabled: true
},
webforms: { enabled: true },

@@ -19,0 +20,0 @@ email: {

@@ -0,1 +1,2 @@

//@ts-nocheck
export default {

@@ -8,3 +9,8 @@ /**

*/
register(/*{ strapi }*/) {},
register({ strapi }) {
strapi.config.set('plugin.graphql', {
depthLimit: 100,
amountLimit: 100
});
},

@@ -11,0 +17,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