Socket
Socket
Sign inDemoInstall

defender-autotask-utils

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defender-autotask-utils - npm Package Compare versions

Comparing version 1.44.0 to 1.44.4

jest.config.js

8

lib/index.js
"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.4",
"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

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