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

@jupiterone/cli

Package Overview
Dependencies
Maintainers
0
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/cli - npm Package Versions

23
27

15.1.0

Diff

Changelog

Source

15.1.0 - 2024-11-21

  • http-client: added retryCalculateDelay method to allow for custom delay
jupiterone-dev
published 15.0.0 •

Changelog

Source

15.0.0 - 2024-11-20

  • http-client: BRAKING CHANGE: moved the initialization of the agent class to the HTTP client. Now integration configurations should be passed to the http client when initialize.
jupiterone-dev
published 14.0.1 •

jupiterone-dev
published 13.7.2 •

Changelog

Source

13.7.2 - 2024-10-14

  • Add agent option to http client
jupiterone-dev
published 13.7.1 •

Changelog

Source

13.7.1 - 2024-10-11

  • Add retry logic to sync job requests /abort and /finalize.
  • Added steps_finished Info Log Event
jupiterone-dev
published 13.7.0 •

Changelog

Source

13.7.0 - 2024-10-09

  • http-client: Added option to refresh authentication headers on 401/403 errors
  • http-client: deprecated retryOptions.retryErrorHandler in favor of protected method defaultErrorHandler
jupiterone-dev
published 13.6.0 •

Changelog

Source

13.6.0 - 2024-09-19

  • Minor breaking change to JobState methods iterateEntities and iterateRelationships function signatures. The graph object passed to the iteratee is now Readonly. The intention is to prevent modification of the object during iteration. This is not a breaking change since the long-standing understanding is that these objects should never be modified once added to the jobState.
- export type GraphObjectIteratee<T> = (obj: T) => void | Promise<void>;
+ export type GraphObjectIteratee<T> = (obj: Readonly<T>) => void | Promise<void>;
jupiterone-dev
published 13.5.2 •

Changelog

Source

13.5.2 - 2024-09-17

  • Temporary logging that should be removed after investigation.
jupiterone-dev
published 13.5.2-alpha.0 •

jupiterone-dev
published 13.5.1 •

Changelog

Source

13.5.1 - 2024-09-09

  • bump @jupiterone/data-model to 0.61.11
23
27
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