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.1.31 to 0.2.0

dist/interfaces/brt-core-config.d.ts

3

dist/index.d.ts

@@ -13,2 +13,3 @@ export * from './enums/brt-field-type';

export * from './interfaces/brt-config';
export * from './interfaces/brt-core-config';
export * from './interfaces/brt-data';

@@ -19,3 +20,3 @@ export * from './interfaces/brt-error';

export * from './interfaces/brt-labels';
export * from './interfaces/brt-log-levels';
export * from './interfaces/brt-log-cache-length';
export * from './interfaces/brt-log';

@@ -22,0 +23,0 @@ export * from './interfaces/brt-navigator-info';

import { BrtLabels } from './brt-labels';
import { BrtColors } from './brt-colors';
import { BrtLogLevels } from './brt-log-levels';
import { BrtField } from './brt-field';

@@ -9,4 +8,2 @@ export interface BrtConfig {

labels?: BrtLabels;
logLevels?: BrtLogLevels;
maxLogLines?: number;
colors?: BrtColors;

@@ -13,0 +10,0 @@ closeModalOnSubmit?: boolean;

@@ -6,10 +6,5 @@ import { BrtToolId } from "../enums/brt-tool-id";

toolType: BrtToolType;
apiAuthHeader?: string;
apiEndPoint?: string;
apiKey?: string;
email?: string;
labels?: Array<string>;
jiraConf: {
projectId: string;
issueTypeId: string;
};
}
{
"name": "@bruit/types",
"version": "0.1.31",
"version": "0.2.0",
"description": "Bruit.io typings",

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

@@ -14,2 +14,3 @@ export * from './enums/brt-field-type';

export * from './interfaces/brt-config';
export * from './interfaces/brt-core-config';
export * from './interfaces/brt-data';

@@ -20,3 +21,3 @@ export * from './interfaces/brt-error';

export * from './interfaces/brt-labels';
export * from './interfaces/brt-log-levels';
export * from './interfaces/brt-log-cache-length';
export * from './interfaces/brt-log';

@@ -23,0 +24,0 @@ export * from './interfaces/brt-navigator-info';

import { BrtLabels } from './brt-labels';
import { BrtColors } from './brt-colors';
import { BrtLogLevels } from './brt-log-levels';
import { BrtField } from './brt-field';

@@ -11,4 +10,2 @@

labels?: BrtLabels;
logLevels?: BrtLogLevels;
maxLogLines?: number;
colors?: BrtColors;

@@ -15,0 +12,0 @@ closeModalOnSubmit?: boolean;

@@ -7,10 +7,5 @@ import { BrtToolId } from "../enums/brt-tool-id";

toolType: BrtToolType;
apiAuthHeader?: string;
apiEndPoint?: string;
apiKey?: string;
email?: string;
labels?: Array<string>;
jiraConf: {
projectId: string;
issueTypeId: string;
}
}
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