Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-core

Package Overview
Dependencies
Maintainers
10
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/integration-sdk-core - npm Package Compare versions

Comparing version 2.3.0 to 2.5.0

2

dist/src/types/metric.d.ts
export interface Metric {
name: string;
value: number;
unit: 'Milliseconds';
unit: 'Milliseconds' | 'Bytes';
/**

@@ -6,0 +6,0 @@ * Additional dimensions to add to a metric

@@ -11,3 +11,3 @@ import { ExecutionContext, IntegrationStepExecutionContext, StepExecutionContext } from './context';

export declare type StepStartStates = Record<string, StepStartState>;
export declare type GetStepStartStatesFunction<T extends ExecutionContext> = (context: T) => StepStartStates;
export declare type GetStepStartStatesFunction<T extends ExecutionContext> = (context: T) => StepStartStates | Promise<StepStartStates>;
export declare type ExecutionHandlerFunction<T extends StepExecutionContext> = (context: T) => Promise<void> | void;

@@ -14,0 +14,0 @@ export declare type StepExecutionHandlerFunction<TConfig extends IntegrationInstanceConfig = IntegrationInstanceConfig> = ExecutionHandlerFunction<IntegrationStepExecutionContext<TConfig>>;

{
"name": "@jupiterone/integration-sdk-core",
"version": "2.3.0",
"version": "2.5.0",
"description": "The SDK for developing JupiterOne integrations",

@@ -32,3 +32,3 @@ "main": "dist/src/index.js",

},
"gitHead": "8b2c7cbf99e481ba31928a0174635a5d8b8b6450"
"gitHead": "716e708faf160222cde0c601738d6e1bdbd77e1d"
}

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