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

@jupiterone/cli

Package Overview
Dependencies
Maintainers
0
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/cli - npm Package Versions

1
28

5.12.0

Diff

Changelog

Source

5.12.0 - 2021-04-16

Changed

  • parseStringPropertyValue() accepts string | undefined | null as a convenience for cases where provider data answers undefined or null values.
  • Updated numerous dependencies, including typescript and eslint.

Fixed

  • IntegrationProviderAuthorizationError and IntegrationProviderAuthenticationError constructors were not compatible with IntegrationProviderAPIError, making for linting errors in projects that would expect them to be.
jupiterone-dev
published 5.11.2 •

jupiterone-dev
published 5.11.1 •

jupiterone-dev
published 5.11.0 •

Changelog

Source

5.11.0 - 2021-03-16

  • Upgrade @jupiterone/data-model@^0.18.0
jupiterone-dev
published 5.10.0 •

Changelog

Source

5.10.0 - 2021-03-05

Changed

  • Additional logged information in uploads error case
jupiterone-dev
published 5.9.0 •

Changelog

Source

5.9.0 - 2021-03-05

Changed

  • Additional logged information in uploads
jupiterone-dev
published 5.8.2 •

Changelog

Source

5.8.2 - 2021-03-04

Fixed

  • #429 - fixed toMatchGraphObjectSchema failure when multiple classes share same enum property name.
jupiterone-dev
published 5.8.1 •

Changelog

Source

5.8.1 - 2021-03-03

Fixed

  • #426 - Update return typings for jobState.getData to be more realistic

Old:

getData: <T>(key: string) => Promise<T>;

New:

getData: <T>(key: string) => Promise<T | undefined>;
jupiterone-dev
published 5.8.0 •

Changelog

Source

5.8.0 - 2021-02-26

Changed

  • Updated packages in @jupiterone/integration-sdk-core
jupiterone-dev
published 5.7.0 •

Changelog

Source

5.7.0 - 2021-02-15

Added

  • Expose the following read-only properties on IntegrationProviderAPIError
    • endpoint
    • status
    • statusText
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