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.0.5 to 2.0.6

.lh/.lhignore

24

package.json
{
"name": "@ef2/strapi",
"description": "Strapi EF2 template",
"version": "2.0.5",
"license": "MIT",
"devDependencies": {
"@strapi/strapi": "^4.4.3",
"@types/fs-extra": "^9.0.13",
"@types/mime-types": "^2.1.1",
"fs-extra": "^10.1.0",
"mime-types": "^2.1.35",
"path": "^0.12.7"
}
"name": "@ef2/strapi",
"description": "Strapi EF2 template",
"version": "2.0.6",
"license": "MIT",
"devDependencies": {
"@strapi/strapi": "^4.9.0",
"@types/fs-extra": "^9.0.13",
"@types/mime-types": "^2.1.1",
"fs-extra": "^10.1.0",
"mime-types": "^2.1.35",
"path": "^0.12.7"
}
}

@@ -6,13 +6,14 @@ {

"@strapi/plugin-seo": "latest",
"@ef2/strapi-plugin-bold-title-editor": "^1.0.8",
"@ef2/content-components-strapi": "^0.0.22",
"@ef2/webforms-strapi": "0.0.8",
"fs-extra": "^10.1.0",
"mime-types": "^2.1.35",
"path": "^0.12.7",
"strapi-plugin-navigation": "^2.2.2",
"strapi-plugin-slugify": "^2.3.1",
"strapi-plugin-navigation": "^2.2.7",
"strapi-plugin-config-sync": "^1.0.4",
"@ckeditor/strapi-plugin-ckeditor": "^0.0.7",
"@ef2/strapi-plugin-bold-title-editor": "latest",
"@ef2/content-components-strapi": "latest",
"strapi-plugin-placeholder": "latest",
"strapi-plugin-local-image-sharp": "latest"
"strapi-plugin-local-image-sharp": "latest",
"@strapi/provider-email-sendmail": "^4.9.0"
},

@@ -19,0 +20,0 @@ "scripts": {

export default {
seo: {
enabled: true
},
seo: { enabled: true },
placeholder: {

@@ -12,15 +10,23 @@ enabled: true,

content: { enabled: true },
slugify: {
enabled: true
// config: {
// contentTypes: {
// page: {
// field: 'slug',
// references: 'title'
// }
// }
// }
navigation: { enabled: true },
graphql: {
enabled: true,
config: {
depthLimit: 100
}
},
navigation: { enabled: true },
graphql: { enabled: true }
webform: { enabled: true },
email: {
enabled: true,
config: {
provider: 'sendmail',
providerOptions: {},
settings: {
recipients: [],
defaultFrom: 'Strapi <info@ef2.builders>',
defaultReplyTo: 'Strapi <info@ef2.builders>',
testAddress: 'Strapi <info@ef2.builders>'
}
}
}
};
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