Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-core

Package Overview
Dependencies
Maintainers
1
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 4.3.0 to 5.0.0

7

dist/src/types/context.d.ts

@@ -9,8 +9,9 @@ import { IntegrationInstance, IntegrationInstanceConfig } from './instance';

export declare type ExecutionHistory = {
lastExecution: Execution;
lastSuccessfulExecution?: Execution;
current: Execution;
previous?: Execution;
lastSuccessful?: Execution;
};
export interface ExecutionContext {
logger: IntegrationLogger;
history?: ExecutionHistory;
executionHistory: ExecutionHistory;
}

@@ -17,0 +18,0 @@ /**

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

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

},
"gitHead": "1445a0913ffb3259a1e6d87e3e462967cbf88095"
"gitHead": "8ff1018a6abceb131bf0c398aaa49ac43d4cc5e3"
}

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