Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-runtime

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/integration-sdk-runtime - npm Package Versions

1
27

6.14.0

Diff

Changelog

Source

6.14.0 - 2021-08-04

Changed

  • Changed how j1-integration visualize displays placeholder entities. Now only properties present in targetFilterKeys are displayed in the graph, making target entities smaller. Also, set borders of placeholder entities to dashed.
  • Bump @jupiterone/data-model to expose Alert entity schema.
  • createEventPublishingQueue takes in an optional Axios config.
jupiterone-dev
published 6.13.0 •

Changelog

Source

6.13.0 - 2021-07-28

Added

  • Track summary of collected graph object _type's and the number of times that each _type has been encountered
jupiterone-dev
published 6.12.0 •

Changelog

Source

6.12.0 - 2021-07-27

Changed

  • Bump @jupiterone/data-model to expose Problem entity schema.
jupiterone-dev
published 6.11.1 •

Changelog

Source

6.11.1 - 2021-07-23

Changed

  • A single DataStore is now used for all dependency graphs executed in an integration run.
  • Used default J1 colors for yarn j1-integration visualize-types command.
jupiterone-dev
published 6.11.0 •

Changelog

Source

6.11.0 - 2021-07-14

Added

  • a dependencyGraphOrder property to the InvocationConfig and a dependencyGraphId property to the StepMetadata which togeather can be used to create multiple ordered dependency graphs per execution.
jupiterone-dev
published 6.10.0 •

Changelog

Source

6.10.0 - 2021-07-09

Changed

  • Bump @jupiterone/data-model to incorporate RelationshipClass.PUBLISHED
jupiterone-dev
published 6.9.0 •

Changelog

Source

6.9.0 - 2021-07-06

Added

  • Added deleteData() for jobState Usage:
    await jobState.setData('abc', true);
    await jobState.getData('abc'); // true
    await jobState.deleteData('abc'); // void
    await jobState.getData('abc'); // undefined
    
  • Added development option to j1-integration sync command.

Removed

  • Removed j1-integration compare command. Developers should use j1-integration diff in its place.
jupiterone-dev
published 6.8.0 •

Changelog

Source

6.8.0 - 2021-06-29

Added

  • Added j1-integration diff command to ouptut colorized diffs of old/new integrations.
  • Allow overriding integration instance properties when running integrations locally.
jupiterone-dev
published 6.7.1 •

Changelog

Source

6.7.1 - 2021-06-29

Fixed

  • #494 - Expose 401 Unauthorized errors from synchronization API
jupiterone-dev
published 6.7.0 •

Changelog

Source

6.7.0 - 2021-06-10

Changed

  • Upgrade @jupiterone/data-model@^0.30.0

Added

  • Added toTargetEntities() jest matcher for mapped relationship validation. Usage:
    expect([mappedRel1, mappedRel2]).toTargetEntities([
      entity1,
      entity2,
      entity3,
    ]);
    

Changed

  • Expanded the interface of findEntity to accept string | undefined.
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