New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.2 to 0.3.3

1

dist/interfaces/brt-field.d.ts

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

type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating' | 'select';
options?: Array<string>;
required?: boolean;

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

2

package.json
{
"name": "@bruit/types",
"version": "0.3.2",
"version": "0.3.3",
"description": "Bruit.io typings",

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

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

| 'select';
options?: Array<string>;
required?: boolean;

@@ -16,0 +17,0 @@ value?: any;

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