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

@casual-simulation/causal-tree-store-browser

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/causal-tree-store-browser - npm Package Versions

1
57
15

2.0.3

Diff
kallyngowdyyeti
published 2.0.3 •

Changelog

Source

V2.0.36

Date: 2/4/2022

:rocket: Improvements

  • Added global search to the systemPortal.
    • Useful for finding a word or phrase in the tags of all the bots in an inst.
    • For example, you can find all the places where a shout occurrs by typing "shout" into the search box.
    • Can be accessed by using Ctrl+Shift+F while the systemPortal is open or by selecting the eyeglass icon on the left side of the screen.
  • Added the ability to use a video camera feed as the portal background.
    • You can enable this feature by setting portalBackgroundAddress to casualos://camera-feed.
    • It also supports specifying the rear or front facing cameras with casualos://camera-feed/rear and casualos://camera-feed/front.

:bug: Bug Fixes

  • Fixed an issue with custom apps where HTML changes would stop propagating if an element was added to its own parent.
    • This could happen via using the HTML document API like:
      // in @onSetupApp
      const parent = that.document.createElement('div');
      const child = that.document.createElement('span');
      parent.appendChild(child);
      parent.appendChild(child); // This would cause the issue
      
    • Alternatively, it could happen when using os.compileApp().
      • For efficiency, os.compileApp() uses a change detection algorithm to limit the number of HTML elements it needs to create.
      • In some cases, it saw that it could reuse an HTML element by moving it and this happened to trigger the bug in the system that records these changes.
kallyngowdyyeti
published 2.0.3-alpha.1046344108 •
kallyngowdyyeti
published 2.0.2-alpha.984036479 •
kallyngowdyyeti
published 2.0.2-alpha.983566027 •
kallyngowdyyeti
published 2.0.2-alpha.981663424 •
kallyngowdyyeti
published 2.0.2-alpha.981597206 •
kallyngowdyyeti
published 2.0.2-alpha.979932941 •
kallyngowdyyeti
published 2.0.2-alpha.973487792 •
kallyngowdyyeti
published 2.0.2-alpha.972918106 •
kallyngowdyyeti
published 2.0.2-alpha.972872148 •