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 3.2.1 to 3.2.2

6

dist/src/data/createIntegrationRelationship.d.ts

@@ -101,5 +101,9 @@ import { Entity, ExplicitRelationship, MappedRelationship, RelationshipDirection, RelationshipMapping, TargetEntityProperties, TargetFilterKey } from '../types';

* specific types where that isn't helpful.
*
* The persister does not allow Object or Array properties.
*/
declare type AdditionalRelationshipProperties = {
[key: string]: any;
_type?: string;
_key?: string;
[key: string]: string | boolean | number | null | undefined;
};

@@ -106,0 +110,0 @@ /**

4

package.json
{
"name": "@jupiterone/integration-sdk-core",
"version": "3.2.1",
"version": "3.2.2",
"description": "The SDK for developing JupiterOne integrations",

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

},
"gitHead": "880cc901d70a1afa14ccadd52cd371a55ce9810d"
"gitHead": "1b7af1e12957e47d52795791b25cd246aa34af8a"
}

Sorry, the diff of this file is not supported yet

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