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 13.7.0 to 13.7.1

3

dist/src/types/logger.d.ts

@@ -41,3 +41,4 @@ import { DisabledStepReason, StepMetadata } from './';

Stats = "stats",
Results = "results"
Results = "results",
StepsFinished = "steps_finished"
}

@@ -44,0 +45,0 @@ export interface PublishInfoEventInput extends PublishEventInput {

@@ -19,2 +19,3 @@ "use strict";

IntegrationInfoEventName["Results"] = "results";
IntegrationInfoEventName["StepsFinished"] = "steps_finished";
})(IntegrationInfoEventName || (exports.IntegrationInfoEventName = IntegrationInfoEventName = {}));

@@ -21,0 +22,0 @@ var IntegrationWarnEventName;

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

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

"@jupiterone/data-model": "^0.61.11",
"@jupiterone/integration-sdk-entity-validator": "^13.7.0",
"@jupiterone/integration-sdk-entity-validator": "^13.7.1",
"@sinclair/typebox": "^0.32.30",

@@ -35,3 +35,3 @@ "lodash": "^4.17.21"

},
"gitHead": "641cb2df2ad57a106a3eb6eb9bdf2e3adfbb3ca9"
"gitHead": "2fdcb1185bf03af7da4022e1f9491cae299b3786"
}

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