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 11.8.0 to 12.0.0

10

dist/src/types/config.d.ts

@@ -51,3 +51,3 @@ import { IntegrationInstanceConfig } from './instance';

*
* If this value is not provided the concurrency defaults to
* If this value is not provided, the concurrency defaults to
* Number.POSITIVE_INFINITY

@@ -57,2 +57,10 @@ */

/**
* Optionally collect the encountered keys and return them in
* the integration results. This can result in a large quantity
* of keys being returned.
*
* If this value is not provided, the default is false.
*/
collectEncounteredKeys?: boolean;
/**
* This configuration element is used to store information about data

@@ -59,0 +67,0 @@ * ingestion sources that can be enabled or disabled. When this element

@@ -65,2 +65,14 @@ import { RelationshipClass, IntegrationEntitySchema } from '@jupiterone/data-model';

encounteredTypes: string[];
/**
* Start time of the step in milliseconds since the Unix epoch.
*/
startTime?: number;
/**
* End time of the step in milliseconds since the Unix epoch.
*/
endTime?: number;
/**
* Duration of the step in milliseconds, calculated as endTime - startTime.
*/
duration?: number;
};

@@ -67,0 +79,0 @@ export type IntegrationStep<TConfig extends IntegrationInstanceConfig = IntegrationInstanceConfig> = StepMetadata & Step<IntegrationStepExecutionContext<TConfig>>;

4

package.json
{
"name": "@jupiterone/integration-sdk-core",
"version": "11.8.0",
"version": "12.0.0",
"description": "The SDK for developing JupiterOne integrations",

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

},
"gitHead": "f1c33a3033fabef92015238f3e092ec2accc083f"
"gitHead": "d71c21bb480ffb35462525aef33a15f702ab5c25"
}

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