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.8 to 0.2.9

dist/interfaces/brt-service-worker-state.d.ts

2

dist/index.d.ts

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

export * from './interfaces/brt-network';
export * from './interfaces/brt-service-worker';
export * from './interfaces/brt-service-worker-state';

@@ -6,2 +6,3 @@ import { BrtData } from './brt-data';

import { BrtLog } from './brt-log';
import { BrtServiceWorker } from './brt-service-worker';
export interface BrtFeedback {

@@ -16,2 +17,3 @@ apiKey?: string;

data: Array<BrtData>;
serviceWorkers: Array<BrtServiceWorker>;
}

@@ -6,2 +6,3 @@ import { BrtStorageEstimate } from './brt-storage-estimate';

cookieEnabled: boolean;
serviceWorkersSupported: boolean;
userAgent: string;

@@ -8,0 +9,0 @@ platform: string;

2

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

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

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

export * from './interfaces/brt-network';
export * from './interfaces/brt-service-worker';
export * from './interfaces/brt-service-worker-state';

@@ -6,2 +6,3 @@ import { BrtData } from './brt-data';

import { BrtLog } from './brt-log';
import { BrtServiceWorker } from './brt-service-worker';

@@ -17,2 +18,3 @@ export interface BrtFeedback {

data: Array<BrtData>;
serviceWorkers: Array<BrtServiceWorker>;
}

@@ -6,2 +6,3 @@ import { BrtStorageEstimate } from './brt-storage-estimate';

cookieEnabled: boolean;
serviceWorkersSupported: boolean;
userAgent: string;

@@ -8,0 +9,0 @@ platform: 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