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

@paroicms/contact-form-plugin

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paroicms/contact-form-plugin - npm Package Compare versions

Comparing version 0.7.1 to 0.8.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 contact_form_mail_1 = require("./contact-form-mail");

@@ -13,3 +12,3 @@ const data_format_1 = require("./data-format");

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

@@ -42,1 +41,2 @@ async siteInit(api) {

};
exports.default = plugin;
{
"name": "@paroicms/contact-form-plugin",
"version": "0.7.1",
"version": "0.8.0",
"description": "Contact form 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 @@ "@types/node": "~20.14.8",

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