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

@bruit/types

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bruit/types - npm Package Compare versions

Comparing version 0.2.26-2 to 0.2.26-3

3

dist/enums/brt-field-type.d.ts

@@ -6,3 +6,4 @@ export declare enum BrtFieldType {

CHECKBOX = "checkbox",
RATING = "rating"
RATING = "rating",
SELECT = "select"
}

@@ -10,3 +10,4 @@ "use strict";

BrtFieldType["RATING"] = "rating";
BrtFieldType["SELECT"] = "select";
})(BrtFieldType = exports.BrtFieldType || (exports.BrtFieldType = {}));
// impact brtField interface if you edit this enum

@@ -13,2 +13,3 @@ import { BrtColors } from './brt-colors';

elementToRenderSelector?: string;
options?: Array<string>;
screenshot?: {

@@ -15,0 +16,0 @@ maxWidth?: number;

@@ -5,3 +5,3 @@ import { BrtFieldType } from './../enums/brt-field-type';

label: string;
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating';
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating' | 'select';
required?: boolean;

@@ -8,0 +8,0 @@ value?: any;

{
"name": "@bruit/types",
"version": "0.2.26-2",
"version": "0.2.26-3",
"description": "Bruit.io typings",

@@ -5,0 +5,0 @@ "private": false,

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