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.1 to 2.0.3

2

package.json
{
"name": "@ef2/strapi",
"description": "Strapi EF2 template",
"version": "2.0.1",
"version": "2.0.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "devDependencies": {

@@ -12,4 +12,6 @@ {

"@ckeditor/strapi-plugin-ckeditor": "^0.0.7",
"@ef2/strapi-plugin-bold-title-editor": "^1.0.6",
"@ef2/content-components-strapi": "^0.0.5"
"@ef2/strapi-plugin-bold-title-editor": "latest",
"@ef2/content-components-strapi": "latest",
"strapi-plugin-placeholder": "latest",
"strapi-plugin-local-image-sharp": "latest"
},

@@ -16,0 +18,0 @@ "scripts": {

export default {
content: {
enabled: true
placeholder: {
enabled: true,
config: {
size: 10
}
},
content: { enabled: true },
slugify: {

@@ -16,6 +20,4 @@ enabled: true

},
navigation: {
enabled: true
},
navigation: { enabled: true },
graphql: { enabled: true }
};
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