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.6.0 to 12.7.0-alpha.0

1

dist/src/types/storage.d.ts

@@ -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>;

4

package.json
{
"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

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