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

eleventy-plugin-cloudcannon

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eleventy-plugin-cloudcannon - npm Package Compare versions

Comparing version 0.0.22-0 to 1.0.0

8

.eleventy.js
const { mkdirSync, writeFileSync } = require('fs');
const { dirname, join } = require('path');
const { bold, green, blue } = require('chalk');
const { bold, green, blue, red } = require('chalk');
const { getInfo } = require('./src/generators/info.js');
const { readConfig } = require('./src/config.js');
const { log } = require('./src/util/logger.js');
const { log, logError } = require('./src/util/logger.js');
const { normalisePath } = require('./src/util/paths.js');

@@ -24,2 +24,6 @@ const { stringifyJson } = require('./src/util/json.js');

if (ccOptions.templateFormats && !ccOptions.templateFormats.includes?.('liquid')) {
logError(red('⚠️ Failed: templateFormats needs to include liquid'));
}
const options = {

@@ -26,0 +30,0 @@ pathPrefix: normalisePath(ccOptions.pathPrefix || '/'),

{
"name": "eleventy-plugin-cloudcannon",
"version": "0.0.22-0",
"version": "1.0.0",
"description": "Eleventy plugin to create CloudCannon editor details",

@@ -5,0 +5,0 @@ "main": ".eleventy.js",

@@ -121,3 +121,3 @@ # Eleventy Plugin CloudCannon

// Whether this collection produces output files or not
output: true
output: true,

@@ -124,0 +124,0 @@ // Collection-level configuration

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