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

13
27

13.5.0

Diff

Changelog

Source

13.5.0 - 2024-08-20

  • http-client: Added option to format and send body for content type application/x-www-form-urlencoded
jupiterone-dev
published 13.4.0 •

Changelog

Source

13.4.0 - 2024-08-14

  • Add new options parameter GraphObjectIterateeOptions to jobState.iterateEntities() and jobState.iterateRelationships() that allows a concurrency option to be specified. The options parameters is passed to in memory and the file based object stores. Example:
await jobState.iterateEntities(
  { _type: EcrEntities.ECR_IMAGE._type },
  async (image) => {
    ...
  },
  { concurrency: 5 },
);
jupiterone-dev
published 13.3.0 •

Changelog

Source

13.3.0 - 2024-08-07

  • Added a toMatchEntityStepMetadata Jest matcher for validating step results against the live production data model schema.
  • Added a toMatchDataModelSchema Jest matcher for validating entities against the live production data model schema.
  • Deprecated the toMatchStepMetadata method in favor of toMatchEntityStepMetadata.
  • Deprecated the toMatchGraphObjectSchema method in favor of toMatchDataModelSchema.
jupiterone-dev
published 13.2.0 •

Changelog

Source

13.2.0 - 2024-07-11

  • De-nest resulting single-class validation schema.
jupiterone-dev
published 13.1.4 •

Changelog

Source

13.1.4 - 2024-07-10

  • Bump data-model package in relevant packages.
jupiterone-dev
published 13.1.2 •

Changelog

Source

13.1.2 - 2024-07-05

  • Send terminalStatus in the /abort sync API endpoint.
jupiterone-dev
published 13.1.1 •

Changelog

Source

13.1.1 - 2024-07-02

  • Keep track of graphObjects iterated in memory in iterateEntities and iterateRelationships.
jupiterone-dev
published 13.1.0 •

Changelog

Source

13.1.0 - 2024-07-02

  • Add support for multiple class entities in createIntegrationHelpers.
jupiterone-dev
published 13.0.0 •

Changelog

Source

13.0.0 - 2024-06-24

  • Stop flushing after a step completes.
  • General flushing optimizations.
  • Mark as partials all types releated to failed uploads.
jupiterone-dev
published 12.8.3 •

Changelog

Source

12.8.3 - 2024-06-11

  • integration-sdk-core: Fix typing in createIntegrationHelpers
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