Socket
Socket
Sign inDemoInstall

@ndustrial/contxt-sdk

Package Overview
Dependencies
81
Maintainers
22
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
57
13Next

2.1.0

Diff

Changelog

Source

v2.1.0 (2019-07-22)

Added

  • Added Coordinator.users#sync for syncing a user's roles and application access with the external authorization provider
wlarry
published 2.0.0 •

Changelog

Source

v2.0.0 (2019-07-17)

Breaking Changes

  • Renamed Events#subscribeEvent to Events#subscribeUser
  • Renamed Events#unsubscribeEvent to Events#unsubscribeUser
greg5green
published 1.7.1 •

Changelog

Source

v1.7.1 (2019-07-12)

Changed

  • Updated how session types are required/imported into the SDK
    • Solves a problem where auth0-js required window in Node environments
smstromb
published 1.7.0 •

Changelog

Source

v1.7.0 (2019-07-03)

Added

  • Added Coordinator.consent#getForCurrentApplication for getting the current application version's consent form. The current access_token will be used to derive which application is being consented to.
  • Added Coordinator.consent#accept for accepting user consent to an applications
wlarry
published 1.6.0 •

Changelog

Source

v1.6.0 (2019-06-25)

Added

  • Added Users#subscribeEvent for subscribing a user to an event
  • Added Users#unsubscribeEvent for unsubscribing a user from an event
greg5green
published 1.5.0 •

Changelog

Source

v1.5.0 (2019-06-28)

Added

  • Concept of dynamic modules. Dynamic modules can be used to insert/decorate an external module into the SDK after the SDK is initially instantiated.
    • Contxt#mountDynamicModule
    • Contxt#unmountDynamicModule
  • Concept of dynamic audiences. Dynamic audiences can be used to edit the list of audiences in the SDK's config object after the SDK is initially instantiated.
    • Config#addDynamicAudience
    • Config#removeDynamicAudience
  • Auth#clearCurrentApiToken - Added the ability to clear an audience's API token out of memory so a new token is created and retrieved on the next request
zachary-kuhn
published 1.4.2 •

Changelog

Source

v1.4.2 (2019-06-14)

Fixed

  • Update Sinon and Sinon-Chai dependencies to fix potential vulnerabilities
zachary-kuhn
published 1.4.0 •

Changelog

Source

v1.4.0 (2019-06-13)

Added

  • Added WebSocketConnection#subscribe for subscribing to a Message Bus channel
melting
published 1.3.0 •

Changelog

Source

v1.3.0 (2019-06-07)

Added

  • Added Coordinator.roles#addApplication for adding an application to a role
  • Added Coordinator.roles#addStack for adding a stack to a role
  • Added Coordinator.roles#removeApplication for removing an application from a role
  • Added Coordinator.roles#removeStack for removing a stack from a role
zachary-kuhn
published 1.2.3 •

Changelog

Source

v1.2.3 (2019-06-05)

Fixed

  • Updated internal config builder to include webSocket key
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc