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

@cloudcannon/configuration-types

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcannon/configuration-types - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@cloudcannon/configuration-types",
"version": "0.0.2",
"version": "0.0.3",
"description": "Contains types and generates JSON Schemas for the CloudCannon configuration file.",

@@ -5,0 +5,0 @@ "author": "CloudCannon <support@cloudcannon.com>",

@@ -935,2 +935,3 @@ import type { Icon } from './icon';

export interface HugoConfiguration extends Omit<DefaultConfiguration, 'output' | 'data_config'> {
collections_config_override?: boolean;
collections_config?: Record<string, HugoCollectionConfig>;

@@ -941,2 +942,3 @@ data_config?: Record<string, boolean>;

export interface JekyllConfiguration extends Omit<DefaultConfiguration, 'output' | 'data_config'> {
collections_config_override?: boolean;
data_config?: Record<string, boolean>;

@@ -947,2 +949,3 @@ }

extends Omit<DefaultConfiguration, 'output' | 'data_config'> {
collections_config_override?: boolean;
data_config?: Record<string, boolean>;

@@ -949,0 +952,0 @@ }

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