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

@bruit/types

Package Overview
Dependencies
Maintainers
1
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.2 to 0.2.3

1

dist/enums/brt-field-type.js

@@ -11,1 +11,2 @@ "use strict";

})(BrtFieldType = exports.BrtFieldType || (exports.BrtFieldType = {}));
// impact brtField interface if you edit this enum

3

dist/interfaces/brt-field.d.ts

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

label: string;
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text';
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating';
required?: boolean;
value?: any;
max?: number;
}
{
"name": "@bruit/types",
"version": "0.2.2",
"version": "0.2.3",
"description": "Bruit.io typings",

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

@@ -8,1 +8,3 @@ export enum BrtFieldType {

}
// impact brtField interface if you edit this enum

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

label: string;
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text';
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating';
required?: boolean;
value?: any;
max?: number;
}
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