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 12.0.1-alpha.2 to 12.1.0

6

dist/src/types/step.d.ts

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

/**
* Counts of each type encountered during step execution.
*/
encounteredTypeCounts: {
[type: string]: number;
};
/**
* Start time of the step in milliseconds since the Unix epoch.

@@ -68,0 +74,0 @@ */

4

package.json
{
"name": "@jupiterone/integration-sdk-core",
"version": "12.0.1-alpha.2+6492b01",
"version": "12.1.0",
"description": "The SDK for developing JupiterOne integrations",

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

},
"gitHead": "6492b018b9cde226ac8e5cdcf7594e8d27aa183b"
"gitHead": "6f1fbc96e463d7d940fdc515d627fb48afb4267d"
}

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