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.7 to 0.2.8

dist/enums/brt-connection-type.d.ts

4

dist/index.d.ts

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

export * from './enums/brt-permission-status';
export * from './enums/brt-effective-type';
export * from './enums/brt-connection-type';
export * from './interfaces/brt-account';

@@ -31,1 +33,3 @@ export * from './interfaces/brt-click-log-arg';

export * from './interfaces/brt-permissions';
export * from './interfaces/brt-storage-estimate';
export * from './interfaces/brt-network';

@@ -15,1 +15,3 @@ "use strict";

__export(require("./enums/brt-permission-status"));
__export(require("./enums/brt-effective-type"));
__export(require("./enums/brt-connection-type"));

@@ -0,1 +1,3 @@

import { BrtStorageEstimate } from './brt-storage-estimate';
import { BrtNetwork } from './brt-network';
import { BrtPermissions } from './brt-permissions';

@@ -9,2 +11,5 @@ export interface BrtNavigatorInfo {

permissions: BrtPermissions;
network: BrtNetwork;
storage: BrtStorageEstimate;
plugins: Array<string>;
}

2

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

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

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

export * from './enums/brt-permission-status';
export * from './enums/brt-effective-type';
export * from './enums/brt-connection-type';

@@ -32,1 +34,3 @@ export * from './interfaces/brt-account';

export * from './interfaces/brt-permissions';
export * from './interfaces/brt-storage-estimate';
export * from './interfaces/brt-network';

@@ -0,1 +1,3 @@

import { BrtStorageEstimate } from './brt-storage-estimate';
import { BrtNetwork } from './brt-network';
import { BrtPermissions } from './brt-permissions';

@@ -9,2 +11,5 @@ export interface BrtNavigatorInfo {

permissions: BrtPermissions;
network: BrtNetwork;
storage: BrtStorageEstimate;
plugins: Array<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