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.30 to 0.1.31

7

dist/interfaces/brt-target.d.ts

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

toolType: BrtToolType;
apiKey?: string;
apiAuthHeader?: string;
apiEndPoint?: string;
email?: string;
labels?: Array<string>;
jiraConf: {
projectId: string;
issueTypeId: string;
};
}

4

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

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

}
}
}

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

toolType: BrtToolType;
apiKey?: string;
apiAuthHeader?: string;
apiEndPoint?: 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