Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-core

Package Overview
Dependencies
Maintainers
12
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.8.0 to 2.9.0

4

dist/src/types/jobState.d.ts

@@ -46,3 +46,3 @@ import { Entity, Relationship } from '../types';

*/
addEntity: (entity: Entity) => Promise<void>;
addEntity: (entity: Entity) => Promise<Entity>;
/**

@@ -52,3 +52,3 @@ * Adds a batch of entities to the job's collection. `addEntity` can be used

*/
addEntities: (entities: Entity[]) => Promise<void>;
addEntities: (entities: Entity[]) => Promise<Entity[]>;
/**

@@ -55,0 +55,0 @@ * Adds a relationship to the job's collection. `addRelationships` can be used

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

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

},
"gitHead": "813bb415cc027dc84a20dee072ea0cc6e9b78d07"
"gitHead": "468e539a6fc019fb81fc0b451d9c98eef2902be0"
}

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