Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jupiterone/integration-sdk-http-client

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/integration-sdk-http-client - npm Package Compare versions

Comparing version 12.3.0 to 12.3.1

3

dist/src/client.js

@@ -284,2 +284,5 @@ "use strict";

if (response.status === 204) {
for await (const _chunk of response.body) {
// force consumption of body to avoid memory leaks
}
break;

@@ -286,0 +289,0 @@ }

10

package.json
{
"name": "@jupiterone/integration-sdk-http-client",
"version": "12.3.0",
"version": "12.3.1",
"description": "The HTTP client for use in JupiterOne integrations",

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

"@jupiterone/hierarchical-token-bucket": "^0.3.1",
"@jupiterone/integration-sdk-core": "^12.3.0",
"@jupiterone/integration-sdk-core": "^12.3.1",
"@lifeomic/attempt": "^3.0.3",

@@ -35,4 +35,4 @@ "form-data": "^4.0.0",

"devDependencies": {
"@jupiterone/integration-sdk-dev-tools": "^12.3.0",
"@jupiterone/integration-sdk-private-test-utils": "^12.3.0",
"@jupiterone/integration-sdk-dev-tools": "^12.3.1",
"@jupiterone/integration-sdk-private-test-utils": "^12.3.1",
"@types/node-fetch": "^2.6.11"

@@ -44,3 +44,3 @@ },

"homepage": "https://github.com/JupiterOne/sdk#readme",
"gitHead": "94be63800ba85af6973c70a23aeb0f42311b9a12"
"gitHead": "a38f2c79ff1a52a989042fe253302fc9eb7f77d4"
}

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