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

casualos

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casualos - npm Package Versions

1
7

3.3.6

Diff

Changelog

Source

V3.3.6

Date: 6/14/2024

:rocket: Features

  • Casual Simulation is now PRIVO Certified!
    • The certification seal has been added in various locations to notify users that Casual Simulation, ab1.bot, and publicos.link are COPPA Safe Harbor Certified.
  • Added the ability to record and display Loom videos from within CasualOS.
    • NOTE: Loom requires access to the MediaRecorder API and third party cookies. In testing, if third party cookies are not allowed, the Loom SDK will silently fail to work.
    • loom.recordVideo(options) - A function that can be used to start the recording process. Resolves with a promise that includes information about the recorded video.
      • options is an object with one of the following properties:
        • publicAppId - The public app ID of the loom app that the video should be associated with.
        • recordName - The name of the record that the video should be associated with. The studio for the record needs to have loom features enabled and also be configured with a loom public app ID and private key.
    • loom.watchVideo(url) - A function that can be used to load and watch the given loom video.
    • loom.getVideoEmbedMetadata(url) - A function that can be used to load additional information about a video that can be used to embed the video.
  • Moved pinned tags in systemPortal to appear above the tags list.
  • Pressing Enter while a tag is focused in the system portal now triggers the "New Tag" dialog.
kallyngowdyyeti
published 3.3.6-alpha.9504693793 •

kallyngowdyyeti
published 3.3.6-alpha.9504269855 •

kallyngowdyyeti
published 3.3.5 •

Changelog

Source

V3.3.5

Date: 5/31/2024

:rocket: Features

  • Improve support for environments that do no support local storage or indexedDB.
  • Added the ai.hume.getAccessToken() function to allow retrieving an access token for a Hume.ai session.
    • Requires that humeai be specified in the server configuration with an apiKey and secretKey and that the user has a subscription with ai.hume.allowed set to true in the subscription tier features.
kallyngowdyyeti
published 3.3.5-alpha.9323327526 •

kallyngowdyyeti
published 3.3.5-alpha.9308538612 •

kallyngowdyyeti
published 3.3.4 •

Changelog

Source

V3.3.4

Date: 5/29/2024

:rocket: Features

  • Added the os.capturePortalScreenshot() function.
    • This function can be used to get a screenshot of the gridPortal.
  • Made systemPortal panel resizable.
  • Added the ai.stream.chat() function.
    • Works exactly like ai.chat(), except that it returns a promise that resolves with an AsyncIterable object that can be iterated using a for await...of expression.
    • Each value is part of the response from the chat model.
    • Useful for displaying the partial results from an AI chat model to the user so they can see the model working.
  • Added the experiment.createStaticHtmlFromBots() function.
    • Useful for creating a static HTML file that has an AUX file embeded in it.
kallyngowdyyeti
published 3.3.4-alpha.9291306549 •

kallyngowdyyeti
published 3.3.4-alpha.9289922965 •

kallyngowdyyeti
published 3.3.4-alpha.9289538794 •

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