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
4
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.2.6 to 0.2.7

2

dist/util/schema/defineSchema.d.ts

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

}
export interface ColorSettingSchema extends BaseInputSettingSchema {
export interface ColorSettingSchema extends Omit<BaseInputSettingSchema, "label"> {
type: "color";

@@ -73,0 +73,0 @@ default: string;

{
"name": "@brandboostinggmbh/painless",
"private": false,
"version": "0.2.6",
"version": "0.2.7",
"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