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 1.1.0 to 1.1.1

4

dist/src/types/jobState.d.ts

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

*/
iterateEntities: (filter: GraphObjectFilter, iteratee: GraphObjectIteratee<Entity>) => Promise<void>;
iterateEntities: <T extends Entity = Entity>(filter: GraphObjectFilter, iteratee: GraphObjectIteratee<T>) => Promise<void>;
/**

@@ -80,3 +80,3 @@ * Allows a step to iterate all relationships collected into the job state,

*/
iterateRelationships: (filter: GraphObjectFilter, iteratee: GraphObjectIteratee<Relationship>) => Promise<void>;
iterateRelationships: <T extends Relationship = Relationship>(filter: GraphObjectFilter, iteratee: GraphObjectIteratee<T>) => Promise<void>;
/**

@@ -83,0 +83,0 @@ * Ensures all current state is written to persistent storage. It is not

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

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

},
"gitHead": "86a417974f57fdac108179974b4ed1b124a89ee3"
"gitHead": "c7bd85ca3ba765888840810ec4e487914ed80da9"
}

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