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

@jupiterone/jupiterone-client-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/jupiterone-client-nodejs - npm Package Versions

13
7

0.26.1

Diff

Changelog

Source

[0.26.1] - 2022-02-17

Updated

  • Fix detection of inline question rule bodies when creating/updating alert rules
jupiterone-dev
published 0.26.0 •

Changelog

Source

[0.26.0] - 2022-02-07

Breaking Change

The integrationDefinitions.list return data structure changed from:

{
  definitions: [{...}, ...],
  pageInfo: { key: value }
}

to:

{
  data: [{...}, ...],
  errors: [{...}, ...]
}

Updated

  • Re-named get-prop.ts to getProp.ts
  • Updated integrationDefinitions.list to use standardized query function
    • Added necessary types
    • Updated related tests
jupiterone-dev
published 0.25.2 •

Changelog

Source

[0.25.2] - 2022-02-07

Added

  • Helper function to easily query GraphQL queries with a cursor
  • IntegrationInstances.list unit tests

Updated

  • Resolve TypeError when calling integrationInstances.list without an argument
jupiterone-dev
published 0.25.1 •

Changelog

Source

[0.25.1] - 2022-02-03

Added

  • IntegrationDefinitions list method

Updated

  • {} types with Record<string, unknown>
  • Packages that had vulnerabilities
  • Replace jest config in package.json with additional config in jest.config.js
jupiterone-dev
published 0.25.0 •

Changelog

Source

[0.25.0] - 2021-12-15

Added

  • bulkUpload unit tests

Updated

  • bulkUpload method signature
jupiterone-dev
published 0.24.2 •

Changelog

Source

[0.24.2] - 2021-12-15

Added

  • Unit test to check for all exposed properties on the J1 Client
jupiterone-dev
published 0.24.1 •

Changelog

Source

[0.24.1] - 2021-12-08

Added

  • Upgrade
  • j1 sdk jest configuration
  • j1 sdk prettier configuration
  • code coverage package.json command
  • test for queryV1

Updated

  • husky to v7
  • Abstract fetch calls in queryV1 to helper

Added

jupiterone-dev
published 0.24.0 •

Changelog

Source

[0.24.0] - 2021-11-15

  • Changed GraphQL mutation for creation and update of Question Rule Instances to use new fields.
  • Added automatic logic for referenced question rule instances. Rule instances with a question will use old logic. Instances that omit question can use questionName or questionId to reference a question instead.
jupiterone-dev
published 0.23.7 •

Changelog

Source

[0.23.7] - 2021-11-10

Added

  • Added the following methods to JupiterOneClient:

    const client = await new JupiterOneClient(options).init();
    
    await client.integrationInstances.list();
    await client.integrationInstances.get(id);
    await client.integrationInstances.create(instance);
    await client.integrationInstances.update(id, update);
    await client.integrationInstances.delete(id);
    
jupiterone-dev
published 0.23.6 •

Changelog

Source

0.23.6

  • Replace deleteEntity with deleteEntityV2
  • Add typings and resolve typing errors
  • Remove entity property in uploadGraphObjectsForDeleteSyncJob
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