Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@al/aecoral

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@al/aecoral - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

25

dist/typings/al-coral-client.v2.d.ts

@@ -44,2 +44,14 @@ export interface AlCreateCorrelationRequestV2 {

}
export interface Stats {
enabled: {
true: number;
false: number;
};
output: {
visibility: {
notification: number;
incident: number;
};
};
}
export interface AlCorrelationRulesResponseV2 {

@@ -49,14 +61,3 @@ rules: AlCorrelationRuleV2[] | {

};
stats?: {
enabled: {
true: number;
false: number;
};
output: {
visibility: {
notification: number;
incident: number;
};
};
};
stats?: Stats;
}

@@ -63,0 +64,0 @@ export interface AlIncidentSpecificationResponseV2 {

{
"name": "@al/aecoral",
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A client for interacting with the Alert Logic Analytics Engine Correlations Public API",

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