Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-runtime

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-runtime - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

6

dist/src/execution/executeIntegration.js

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

const validation_1 = require("./validation");
const fileSystem_2 = require("../fileSystem");
const THIRTY_SECONDS_STORAGE_INTERVAL_MS = 60000 / 2;

@@ -69,2 +70,6 @@ /**

var _a, _b, _c;
const { logger } = context;
logger.info({
compressionEnabled: fileSystem_2.isCompressionEnabled(),
}, 'Starting execution with config...');
await tryPublishDiskUsageMetric(context);

@@ -75,3 +80,2 @@ let diskUsagePublishInterval;

await fileSystem_1.removeStorageDirectory();
const { logger } = context;
try {

@@ -78,0 +82,0 @@ await ((_a = config.validateInvocation) === null || _a === void 0 ? void 0 : _a.call(config, context));

8

package.json
{
"name": "@jupiterone/integration-sdk-runtime",
"version": "4.2.0",
"version": "4.3.0",
"description": "The SDK for developing JupiterOne integrations",

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

"dependencies": {
"@jupiterone/integration-sdk-core": "^4.2.0",
"@jupiterone/integration-sdk-core": "^4.3.0",
"@lifeomic/alpha": "^1.1.3",

@@ -45,3 +45,3 @@ "async-sema": "^3.1.0",

"devDependencies": {
"@jupiterone/integration-sdk-private-test-utils": "^4.2.0",
"@jupiterone/integration-sdk-private-test-utils": "^4.3.0",
"@types/uuid": "^7.0.2",

@@ -52,3 +52,3 @@ "get-port": "^5.1.1",

},
"gitHead": "e0c9d8958b16f7255b2f167fe1558d3ca33cbc5f"
"gitHead": "1445a0913ffb3259a1e6d87e3e462967cbf88095"
}

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