Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cloudcannon/configuration-types

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

@cloudcannon/configuration-types - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "@cloudcannon/configuration-types",
"version": "0.0.14",
"version": "0.0.15",
"description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.",

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

@@ -1207,3 +1207,3 @@ import Scrapbooker from '@cloudcannon/snippet-types';

*/
path: string;
path?: string;
/**

@@ -1237,7 +1237,12 @@ * Adds to the available data placeholders coming from the file. Entry values follow the same

/**
* Prevents this collection from being assigned output URLs. Doing so will remove the
* Visual Editor as a possible option, and hide any UI elements referring to the output URL for a file.
* Prevents this collection from being assigned output URLs. Doing so will remove the Visual
* Editor as a possible option, and hide any UI elements referring to the output URL for a file.
*/
disable_url?: boolean;
/**
* If set, includes files usually reserved for your SSG and developer tooling as part of this
* collection. These files can then be filtered with `glob`.
*/
include_developer_files?: boolean;
/**
* The display name of this collection. Used in headings and in the context menu for items in the

@@ -1244,0 +1249,0 @@ * collection. This is optional as CloudCannon auto-generates this from the collection key.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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