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
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.17 to 0.0.18

4

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

@@ -22,3 +22,3 @@ "author": "CloudCannon <support@cloudcannon.com>",

"prebuild": "rimraf dist && mkdir -p dist",
"build": "ts-json-schema-generator --no-top-ref --markdown-description --path src/index.d.ts --type Configuration --out dist/cloudcannon-config.schema.json --id 'https://schema.cloudcannon.com/cloudcannon-config.schema.json'",
"build": "ts-json-schema-generator --no-top-ref --markdown-description --path src/index.d.ts --type Configuration --out dist/cloudcannon-config.schema.json --id 'https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json'",
"lint": "npm run lint:tsc && npm run lint:format",

@@ -25,0 +25,0 @@ "lint:tsc": "tsc --noEmit",

@@ -1601,2 +1601,5 @@ import type Scrapbooker from '@cloudcannon/snippet-types';

/**
* The base format for the configuration file.
*/
export interface Configuration extends Cascade, WithSnippets, WithPaths {

@@ -1603,0 +1606,0 @@ /**

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