@jupiterone/integration-sdk-core
Advanced tools
Comparing version 12.6.0 to 12.7.0-alpha.0
@@ -18,2 +18,3 @@ import { Entity } from './entity'; | ||
findEntity(_key: string | undefined): Promise<Entity | undefined>; | ||
hasKey?: (_key: string | undefined) => boolean; | ||
iterateEntities<T extends Entity = Entity>(filter: GraphObjectFilter, iteratee: GraphObjectIteratee<T>): Promise<void>; | ||
@@ -20,0 +21,0 @@ iterateRelationships<T extends Relationship = Relationship>(filter: GraphObjectFilter, iteratee: GraphObjectIteratee<T>): Promise<void>; |
{ | ||
"name": "@jupiterone/integration-sdk-core", | ||
"version": "12.6.0", | ||
"version": "12.7.0-alpha.0", | ||
"description": "The SDK for developing JupiterOne integrations", | ||
@@ -32,3 +32,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "d0f25b3b6337972e02cf85f6dc1b10e223f70250" | ||
"gitHead": "06d649df85d7212776b998226023517306826141" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262800
2816
2