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
0
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 Versions

1
15

8.29.2

Diff

Changelog

Source

8.29.2 - 2022-11-15

Fixed

  • Fixed incorrect path of import in getStepExecutionOrder
jupiterone-dev
published 8.29.0 •

Changelog

Source

8.29.0 - 2022-11-15

Changed

  • Added option to allow duplicate types in getSortedJupiterOneTypes
  • Changed j1-integration document command to allow duplicate types
  • Added optional dependencyStepIds to StepTestConfig
  • Added support for dependencyGraphId to executeStepWithDependencies
jupiterone-dev
published 8.28.1 •

Changelog

Source

8.28.1 - 2022-11-9

Changed

  • Updated @jupiterone/data-model version to add RelationshipClass.PUBLISHES
jupiterone-dev
published 8.28.0 •

Changelog

Source

8.28.0 - 2022-10-18

  • Publish the following new custom metrics when entities, relationships, and mapped relationships are added to the JobState respectively:
    • collected_entities
    • collected_relationships
    • collected_mapped_relationships
jupiterone-dev
published 8.27.1 •

Changelog

Source

8.27.1 - 2022-10-16

  • Added log in uploadDataChunk to capture successful completion of an upload
jupiterone-dev
published 8.27.0 •

Changelog

Source

8.27.0 - 2022-10-16

Changed

  • Allow disabling the collection of the disk usage metric by specifying the DISABLE_DISK_USAGE_METRIC environment variable
jupiterone-dev
published 8.26.0 •

Changelog

Source

8.26.0 - 2022-10-12

Changed

  • multipleResolves events are no longer forwarded to loggers onFailure callback as they are not strict failures. Logging of multipleResolves at log
  • Updated ESLint to override the no-misused-promises rule.
jupiterone-dev
published 8.25.1 •

Changelog

Source

8.25.1 - 2022-09-26

Changed

  • Skip logging messages when logged_error and logged_warn metrics are emitted.
jupiterone-dev
published 8.25.0 •

Changelog

Source

8.25.0 - 2022-09-26

Added

  • Emit logged_error and logged_warn metric counters when IntegrationLogger logger.error and logger.warn are called respectively.
jupiterone-dev
published 8.24.1 •

Changelog

Source

8.24.1 - 2022-09-21

Fixed

  • Allow relationships to have undefined top-level properties

Added

  • Add no-console lint rule to catch console.log accidentally left in projects. Note: Possible breakage when this changes is adopted. The rule can be ignored if needed using /* eslint-disable no-console */
  • j1-integration sync now supports the --skip-finalize option to avoid finalizing the synchronization job. This brings parity with the run command.
  • j1-integration run and sync commands now support --account and --api-key options to make them consistent with other commands that support these options. The values provided to these options will override any values set in the JUPITERONE_ACCOUNT and JUPITERONE_API_KEY environment variables. Note: it is recommended to avoid --api-key in a CI/CD or server environment because the values will be visible in the logs.

Changed

  • Upgrade CLI commander dependency to improve options type safety and handling.
  • Changed some CLI options error messages to be consistent and clearer. Any scripts that were relying on the previous error messages will need to be updated.
  • CLI --development option can be set to "true" when --api-base-url is either of https://api.us.jupiterone.io or https://api.dev.jupiterone.io (an error will not be thrown). This allowed for declaring the default value of --api-base-url so it is shown in the help output. Any other value for --api-base-url will cause an error to be thrown if --development is set to "true".
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