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
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.3.0 to 0.3.1

1

dist/interfaces/brt-config.d.ts

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

durationBeforeClosing?: number;
apiUrl?: string;
elementToRenderSelector?: string;

@@ -13,0 +12,0 @@ screenshot?: {

1

dist/interfaces/brt-core-config.d.ts
import { BrtLogCacheLength } from './brt-log-cache-length';
export interface BrtCoreConfig {
apiKey?: string;
apiUrl?: string;
logCacheLength?: BrtLogCacheLength;
addQueryParamsToLog?: boolean;
}
{
"name": "@bruit/types",
"version": "0.3.0",
"version": "0.3.1",
"description": "Bruit.io typings",

@@ -35,2 +35,2 @@ "private": false,

}
}
}

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

durationBeforeClosing?: number;
apiUrl?: string;
elementToRenderSelector?: string;

@@ -15,0 +14,0 @@

@@ -5,4 +5,5 @@ import { BrtLogCacheLength } from './brt-log-cache-length';

apiKey?: string;
apiUrl?: string;
logCacheLength?: BrtLogCacheLength;
addQueryParamsToLog?: boolean;
}
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