Socket
Socket
Sign inDemoInstall

@ndustrial/contxt-sdk

Package Overview
Dependencies
Maintainers
18
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndustrial/contxt-sdk - npm Package Versions

1
13

1.0.0-beta.0

Diff

erichardson30
published 0.0.43 •

Changelog

Source

v0.0.43 (2019-03-13)

Added

  • Added Events#createEventType for creating an event type
greg5green
published 0.0.42 •

Changelog

Source

v0.0.42 (2019-03-08)

Added

  • Added Files module to interact with our new Files API. It can help with managing the File records and uploading them to the external service used for actually storing the files.

    • Files#create for creating a File record
    • Files#createAndUpload for managing the process of creating a File record, uploading the file to an external service, and updating the File's upload status
    • Files#delete for deleting a single File
    • Files#download for getting a temporary URL to a File
    • Files#get for getting metadata about a File
    • Files#getAll for getting a paginated list of Files and their metadata
    • Files#setUploadComplete for updating a File's upload status to indicate it has been uploaded
    • Files#setUploadFailed for updating a File's upload status to indicate the upload failed
    • Files#upload for uploading a File to the external service used for storing files

Fixed

  • There was an issue with requiring v0.0.41 in a browser related to the uuid package we were using in the WebSocket module. It's been switched out with nanoid.
erichardson30
published 0.0.41 •

Changelog

Source

v0.0.41 (2019-03-01)

Added

  • Added WebSocketConnection#onMessage for handling all messages recieved by the WebSocket
  • Added WebSocketConnection#onError for handling all WebSocket errors

Changed

  • Updated onmessage handling for the WebSocketConnection
    • Multiple messages can be sent to the Message Bus and an onmessage handler is created for each message sent
    • When a response comes back for a sent message, the response is sent back to the user and the onmessage handler is torn down
erichardson30
published 0.0.40 •

Changelog

Source

v0.0.40 (2019-02-18)

Added

  • Added Bus#connect to connect to the message bus via WebSockets
  • Added WebSocketConnection class to wrap the open WebSocket connection
    • authorize for authorizing publish and/or subscribe for a particular channel
    • close for closing the WebSocket connection
    • publish for publishing a message to the message bus
greg5green
published 0.0.39 •

Changelog

Source

v0.0.39 (2019-02-12)

Fixed

  • Updated extend, just-extend, lodash, and nise libraries to fix newly discovered vulnerabilities
greg5green
published 0.0.38 •

Changelog

Source

v0.0.38 (2019-01-29)

Added

  • Added passwordGrantAuth`` SessionType for use where the Auth0password` grant type can be utilized.

    • logIn for logging into Contxt through Auth0
    • logOut for clearing the session info retrieved from logging in
greg5green
published 0.0.37 •

Changelog

Source

v0.0.37 (2019-01-03)

Added

-Added Coordinator#getUserPermissionsMap to retrieve a map of all permission scopes a user can access

greg5green
published 0.0.36 •

Changelog

Source

v0.0.36 (2018-11-09)

Added

  • Methods around Field Groupings

    • FieldGroupings#addField for adding a Field to a Field Grouping
    • FieldGroupings#create for creating a Field Grouping
    • FieldGroupings#delete for deleting a Field Grouping
    • FieldGroupings#get for getting information about a Field Grouping
    • FieldGroupings#getGroupingsByFacilityId for getting a list of Field Groupings based on the facility ID
    • FieldGroupings#removeField for removing a field from a Field Grouping
    • FieldGroupings#update for updating information about a Field Grouping
  • Methods around Field Categories

    • FieldCategories#create for creating a Field Category
    • FieldCategories#delete for deleting a Field Category
    • FieldCategories#get for getting information about a Field Category
    • FieldCategories#getAll for getting a paginated list of all Field Categories
    • FieldCategories#getAllByFacility for getting all Field Categories based on a facility ID
    • FieldCategories#update for updating information about a Field Category
erichardson30
published 0.0.35 •

Changelog

Source

v0.0.35 (2018-10-11)

Fixed

  • Updated AssetAttributes#create to allow for the creation of global asset attributes.
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