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

@paroicms/content-loading-plugin

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paroicms/content-loading-plugin - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

12

package.json
{
"name": "@paroicms/content-loading-plugin",
"version": "0.4.0",
"version": "0.5.0",
"description": "Content loading plugin for ParoiCMS",

@@ -22,3 +22,4 @@ "keywords": [

"build:backend": "(cd backend && tsc)",
"build:public": "(cd public-front && tsc && vite build)",
"build:public": "(cd public-front && tsc && vite build && npm run minify:public)",
"minify:public": "terser public-front/dist/public-front-plugin.mjs --output public-front/dist/public-front-plugin.mjs",
"build:public:watch": "(cd public-front && tsc && vite build --watch)",

@@ -36,3 +37,3 @@ "clear": "rimraf backend/dist/* public-front/dist/*"

"@paroicms/public-anywhere-lib": "0.8.0",
"@paroicms/public-server-lib": "0.14.0",
"@paroicms/public-server-lib": "0.14.1",
"@solid-primitives/i18n": "~2.1.1",

@@ -44,6 +45,7 @@ "@solidjs/router": "~0.14.1",

"solid-devtools": "~0.30.1",
"solid-js": "~1.8.20",
"solid-js": "1.8.20",
"typescript": "~5.5.4",
"vite": "~5.4.0",
"vite-plugin-solid": "~2.10.2"
"vite-plugin-solid": "~2.10.2",
"terser": "~5.34.1"
},

@@ -50,0 +52,0 @@ "main": "backend/dist/plugin.js",

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