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

@brandboostinggmbh/painless

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandboostinggmbh/painless - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

9

dist/util/defineSchema.d.ts

@@ -121,3 +121,10 @@ type RequireAtLeastOne<T, Keys extends keyof T = keyof T> = Pick<T, Exclude<keyof T, Keys>> & {

}
export type SettingSchema = SidebarSettingSchema | CheckboxSettingSchema | NumberSettingSchema | RadioSettingSchema | RangeSettingSchema | SelectSettingSchema | TextSettingSchema | TextareaSettingSchema | ArticleSettingSchema | BlogSettingSchema | CollectionSettingSchema | CollectionListSettingSchema | ColorSettingSchema | ColorBackgroundSettingSchema | FontPickerSettingSchema | HtmlSettingSchema | ImagePickerSettingSchema | LinkListSettingSchema | LiquidSettingSchema | PageSettingSchema | ProductSettingSchema | ProductListSettingSchema | RichtextSettingSchema | UrlSettingSchema | VideoUrlSettingSchema;
export interface InlineRichtextSettingSchema extends BaseInputSettingSchema {
type: 'inline_richtext';
default?: string;
}
export interface VideoSettingSchema extends BaseInputSettingSchema {
type: 'video';
}
export type SettingSchema = SidebarSettingSchema | CheckboxSettingSchema | NumberSettingSchema | RadioSettingSchema | RangeSettingSchema | SelectSettingSchema | TextSettingSchema | TextareaSettingSchema | ArticleSettingSchema | BlogSettingSchema | CollectionSettingSchema | CollectionListSettingSchema | ColorSettingSchema | ColorBackgroundSettingSchema | FontPickerSettingSchema | HtmlSettingSchema | ImagePickerSettingSchema | LinkListSettingSchema | LiquidSettingSchema | PageSettingSchema | ProductSettingSchema | ProductListSettingSchema | RichtextSettingSchema | UrlSettingSchema | VideoUrlSettingSchema | InlineRichtextSettingSchema | VideoSettingSchema;
export type BlockSchema = {

@@ -124,0 +131,0 @@ type: '@app';

2

package.json
{
"name": "@brandboostinggmbh/painless",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

@@ -6,0 +6,0 @@ "files": [

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