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

.lh/template/src/index.ts.json

6

.lh/package.json.json

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

{
"activePatchIndex": 11,
"activePatchIndex": 12,
"patches": [

@@ -56,2 +56,6 @@ {

"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,8 +1,8 @@\n {\n \"name\": \"@ef2/strapi\",\n \"description\": \"Strapi EF2 template\",\n- \"version\": \"2.1.0\",\n+ \"version\": \"2.1.1\",\n \"license\": \"MIT\",\n \"devDependencies\": {\n \"@strapi/strapi\": \"^4.9.1\",\n \"@types/fs-extra\": \"^9.0.13\",\n"
},
{
"date": 1681472913856,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,8 +1,8 @@\n {\n \"name\": \"@ef2/strapi\",\n \"description\": \"Strapi EF2 template\",\n- \"version\": \"2.1.1\",\n+ \"version\": \"2.1.2\",\n \"license\": \"MIT\",\n \"devDependencies\": {\n \"@strapi/strapi\": \"^4.9.1\",\n \"@types/fs-extra\": \"^9.0.13\",\n"
}

@@ -58,0 +62,0 @@ ],

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

{
"activePatchIndex": 2,
"activePatchIndex": 3,
"patches": [

@@ -20,2 +20,6 @@ {

"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,2 +1,3 @@\n STRAPI_DISABLE_UPDATE_NOTIFICATION=true\n-BROWSER=false\n\\ No newline at end of file\n+BROWSER=false\n+STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE='nl'\n\\ No newline at end of file\n"
},
{
"date": 1681472798890,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,3 +0,0 @@\n-STRAPI_DISABLE_UPDATE_NOTIFICATION=true\n-BROWSER=false\n-STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE='nl'\n\\ No newline at end of file\n"
}

@@ -22,0 +26,0 @@ ],

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

{
"activePatchIndex": 0,
"activePatchIndex": 1,
"patches": [

@@ -12,2 +12,6 @@ {

"content": "Index: \n===================================================================\n--- \n+++ \n"
},
{
"date": 1681471014801,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -11,11 +11,12 @@\n \"draftAndPublish\": false\n },\n \"pluginOptions\": {\n \"i18n\": {\n- \"localized\": true\n+ \"localized\": true\n }\n- }, \"attributes\": {\n+ },\n+ \"attributes\": {\n \"title\": {\n \"type\": \"string\",\n \"required\": true\n },\n"
}

@@ -14,0 +18,0 @@ ],

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

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

@@ -28,2 +28,6 @@ {

"content": "Index: \n===================================================================\n--- \n+++ \n@@ -14,8 +14,17 @@\n \"localized\": true\n }\n },\n \"attributes\": {\n+ \"companyName\": {\n+ \"pluginOptions\": {\n+ \"i18n\": {\n+ \"localized\": true\n+ }\n+ },\n+ \"type\": \"string\"\n+ },\n+\n \"emailaddress\": {\n \"pluginOptions\": {\n \"i18n\": {\n \"localized\": true\n"
},
{
"date": 1681478562827,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -22,8 +22,20 @@\n }\n },\n \"type\": \"string\"\n },\n+ \"logo\": {\n+ \"allowedTypes\": [\n+ \"images\"\n+ ],\n+ \"type\": \"media\",\n+ \"multiple\": false,\n+ \"pluginOptions\": {\n+ \"i18n\": {\n+ \"localized\": true\n+ }\n+ }\n+ },\n \"emailaddress\": {\n \"pluginOptions\": {\n \"i18n\": {\n \"localized\": true\n"
}

@@ -30,0 +34,0 @@ ],

2

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

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

@@ -26,2 +26,12 @@ {

},
"logo": {
"allowedTypes": ["images"],
"type": "media",
"multiple": false,
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"emailaddress": {

@@ -28,0 +38,0 @@ "pluginOptions": {

Sorry, the diff of this file is not supported yet

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