defender-autotask-utils
Advanced tools
Comparing version 1.44.0 to 1.44.3
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -10,3 +14,3 @@ if (k2 === undefined) k2 = k; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +17,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,2 +0,2 @@ | ||
export declare type SentinelConfirmation = number | 'safe' | 'finalized'; | ||
export type SentinelConfirmation = number | 'safe' | 'finalized'; | ||
export interface PreviousAutotaskRunInfo { | ||
@@ -116,3 +116,3 @@ trigger: 'schedule' | 'webhook' | 'sentinel' | 'monitor-filter' | 'manual' | 'manual-api'; | ||
*/ | ||
export declare type SentinelTriggerEvent = BlockTriggerEvent | FortaTriggerEvent; | ||
export type SentinelTriggerEvent = BlockTriggerEvent | FortaTriggerEvent; | ||
export interface BlockTriggerEvent { | ||
@@ -145,3 +145,3 @@ type: 'BLOCK'; | ||
*/ | ||
export declare type SentinelSubscriberSummary = FortaSubscriberSummary | BlockSubscriberSummary; | ||
export type SentinelSubscriberSummary = FortaSubscriberSummary | BlockSubscriberSummary; | ||
export interface BlockSubscriberSummary { | ||
@@ -198,4 +198,4 @@ id: string; | ||
*/ | ||
export declare type SentinelConditionSummary = TransactionConditionSummary | InternalFunctionConditionSummary | FunctionConditionSummary | EventConditionSummary; | ||
export declare type FortaConditionSummary = AlertIdConditionSummary | SeverityConditionSummary; | ||
export type SentinelConditionSummary = TransactionConditionSummary | InternalFunctionConditionSummary | FunctionConditionSummary | EventConditionSummary; | ||
export type FortaConditionSummary = AlertIdConditionSummary | SeverityConditionSummary; | ||
/** | ||
@@ -235,4 +235,4 @@ * Ethereum transaction receipt | ||
*/ | ||
export declare type FortaAlert = TxAlert | BlockAlert; | ||
export declare type TxAlert = TFortaAlert & { | ||
export type FortaAlert = TxAlert | BlockAlert; | ||
export type TxAlert = TFortaAlert & { | ||
addresses: string[]; | ||
@@ -244,3 +244,3 @@ source: Source & { | ||
}; | ||
export declare type BlockAlert = TFortaAlert & { | ||
export type BlockAlert = TFortaAlert & { | ||
alertType: 'BLOCK'; | ||
@@ -247,0 +247,0 @@ }; |
{ | ||
"name": "defender-autotask-utils", | ||
"version": "1.44.0", | ||
"version": "1.44.3", | ||
"description": "Utils library for writing Defender Autotasks", | ||
@@ -23,3 +23,3 @@ "main": "./lib/index.js", | ||
"license": "MIT", | ||
"gitHead": "bb8525ac2852496666cbe662f61805f6ccee5849" | ||
"gitHead": "daddff62731a4b55075b57905d8c5b8c4eb3b80e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13
621
0
0
59670