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

@bruit/types

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

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

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

max?: number;
options?: string[];
}
{
"name": "@bruit/types",
"version": "0.2.27-1",
"version": "0.2.27-2",
"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