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
5
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.11 to 0.0.12

1

.eleventy.js

@@ -12,2 +12,3 @@ const pkginfo = require('pkginfo')(module, 'version');

data: defaultConfig.dir?.data ?? '_data', // relative to input
pages: defaultConfig.dir?.pages ?? '', // relative to input
includes: defaultConfig.dir?.includes ?? '_includes', // relative to input

@@ -14,0 +15,0 @@ layouts: defaultConfig.dir?.layouts ?? '_includes', // relative to input

@@ -16,2 +16,3 @@ const pluginCloudCannon = require('eleventy-plugin-cloudcannon');

eleventyConfig.addPlugin(pluginCloudCannon, eleventyConfig.cloudcannonOptions ?? config);
return config;
};

2

package.json
{
"name": "eleventy-plugin-cloudcannon",
"version": "0.0.11",
"version": "0.0.12",
"description": "Eleventy plugin to create CloudCannon editor details",

@@ -5,0 +5,0 @@ "main": ".eleventy.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