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.1.2 to 0.2.0

6

backend/dist/plugin.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.plugin = void 0;
const node_path_1 = require("node:path");
const data_formatters_lib_1 = require("@paroi/data-formatters-lib");
const public_server_lib_1 = require("@paroicms/public-server-lib");
const node_path_1 = require("node:path");
const controller_1 = require("./controller");

@@ -12,3 +11,3 @@ const projectDir = (0, node_path_1.dirname)(__dirname);

const assetsBaseUrl = `/assets/plugin/content-loading/${version}`;
exports.plugin = {
const plugin = {
version,

@@ -34,1 +33,2 @@ async siteInit(api) {

};
exports.default = plugin;
{
"name": "@paroicms/content-loading-plugin",
"version": "0.1.2",
"version": "0.2.0",
"description": "Content loading plugin for ParoiCMS",

@@ -33,4 +33,4 @@ "keywords": [

"devDependencies": {
"@paroicms/public-anywhere-lib": "0.5.1",
"@paroicms/public-server-lib": "0.12.2",
"@paroicms/public-anywhere-lib": "0.6.0",
"@paroicms/public-server-lib": "0.12.3",
"@solid-primitives/i18n": "~2.1.1",

@@ -37,0 +37,0 @@ "@solidjs/router": "~0.14.1",

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