New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupiterone/integration-sdk-dev-tools

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/integration-sdk-dev-tools - npm Package Versions

1
68
28

11.0.2

Diff
jupiterone-dev
published 11.0.2 •

Changelog

Source

11.0.2

  • Republish 11.0.1
jupiterone-dev
published 11.0.0 •

Changelog

Source

11.0.0

  • Breaking: Change TargetFilterKey type to only allow composite keys. Plain string keys are no longer allowed.

  • Breaking: Batch size Options removed:

    • Removed unused --upload-batch-size and --upload-relationship-batch-size options from CLI sync commands
    • Removed unused uploadBatchSize and uploadRelationshipBatchSize parameters from programmatic sync methods
jupiterone-dev
published 10.7.1 •

Changelog

Source

10.7.1 - 2023-09-26

  • Use batching by size as default - and the only option.
jupiterone-dev
published 10.7.0 •

Changelog

Source

10.7.0 - 2023-09-21

  • Changed the log level of the Collected metric log that is published when logger.publishMetric is called to "debug"
jupiterone-dev
published 10.6.0 •

Changelog

Source

10.6.0 - 2023-09-21

  • Release with 10.1.0 changes again:
  • 'InMemoryGraphObjectStore' no longer stores a set amount of entities or relationships, rather it works by measuring size in bytes of graph objects by default.
jupiterone-dev
published 10.5.3 •

Changelog

Source

10.5.3 - 2023-09-18

  • Use the same logger for all logs created via the j1-integration run command to improve formatting consistency
  • Update internal err log serializer
jupiterone-dev
published 10.5.1 •
jupiterone-dev
published 10.5.0 •

Changelog

Source

10.5.0 - 2023-09-12

  • Add error_unexpected_error to IntegrationErrorEventName
jupiterone-dev
published 10.4.0 •

Changelog

Source

10.4.0 - 2023-09-11

  • Revert change in 10.1.0 due to system health issues
jupiterone-dev
published 10.3.0 •

Changelog

Source

10.3.0 - 2023-09-07

  • Update jest.js config to remove deprecated option.
  • Add --noPretty option to cli to disable pretty printing of logs locally.