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

@paroicms/playground_seoul

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paroicms/playground_seoul - npm Package Compare versions

Comparing version 0.43.2 to 0.44.0

11

CHANGELOG.md
# @paroicms/playground_seoul
## 0.44.0
### Minor Changes
- d5f5142: Improve main sidebar in back-office
### Patch Changes
- Updated dependencies [d5f5142]
- @paroicms/quill-editor-plugin@1.22.0
## 0.43.2

@@ -4,0 +15,0 @@

4

package.json
{
"name": "@paroicms/playground_seoul",
"type": "commonjs",
"version": "0.43.2",
"version": "0.44.0",
"description": "Boilerplate website for ParoiCMS",

@@ -29,3 +29,3 @@ "author": "Paroi Team",

"@paroicms/public-menu-plugin": "0.5.0",
"@paroicms/quill-editor-plugin": "1.21.1"
"@paroicms/quill-editor-plugin": "1.22.0"
},

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

@@ -16,4 +16,4 @@ {

{
"typeName": "home",
"kind": "document",
"typeName": "home",
"children": ["pages", "posts", "aboutPage", "contactPage", "searchPage"],

@@ -29,4 +29,4 @@ "lists": [

{
"typeName": "pages",
"kind": "document",
"typeName": "pages",
"route": "pages",

@@ -38,4 +38,4 @@ "redirectTo": "parent",

{
"typeName": "page",
"kind": "document",
"typeName": "page",
"route": ":relativeId-:slug",

@@ -47,4 +47,4 @@ "fields": ["gallery", "htmlContent"],

{
"typeName": "posts",
"kind": "document",
"typeName": "posts",
"route": {

@@ -59,4 +59,4 @@ "en": "posts",

{
"typeName": "post",
"kind": "document",
"typeName": "post",
"ogType": "article",

@@ -74,4 +74,4 @@ "route": ":yyyy/:mm/:dd/:relativeId-:slug",

{
"typeName": "tags",
"kind": "document",
"typeName": "tags",
"route": {

@@ -83,7 +83,10 @@ "en": "tag",

"children": ["tag"],
"orderChildrenBy": "title asc"
"orderChildrenBy": "title asc",
"backOffice": {
"menuPlacement": "popup"
}
},
{
"typeName": "tag",
"kind": "document",
"typeName": "tag",
"route": ":relativeId-:slug",

@@ -94,4 +97,4 @@ "fields": ["htmlContent"],

{
"typeName": "aboutPage",
"kind": "document",
"typeName": "aboutPage",
"route": {

@@ -104,4 +107,4 @@ "en": "about-us",

{
"typeName": "contactPage",
"kind": "document",
"typeName": "contactPage",
"route": {

@@ -115,4 +118,4 @@ "en": "contact-us",

{
"typeName": "searchPage",
"kind": "document",
"typeName": "searchPage",
"route": {

@@ -126,4 +129,4 @@ "en": "search",

{
"typeName": "sideImage",
"kind": "part",
"typeName": "sideImage",
"fields": [

@@ -130,0 +133,0 @@ {

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