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

@casual-simulation/causal-trees

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-trees - npm Package Versions

13
15

3.1.29-alpha.5050976790

Diff

kallyngowdyyeti
published 3.1.29-alpha.5017204444 •

kallyngowdyyeti
published 3.1.29-alpha.4950390412 •

kallyngowdyyeti
published 3.1.29-alpha.4800904780 •

kallyngowdyyeti
published 3.1.28 •

Changelog

Source

V3.1.28

Date: 3/22/2023

:rocket: Improvements

  • Improved the mapPortal to be able to correctly show large bots which are placed past the horizion but should still be visible because they peak above the horizion.

:bug: Bug Fixes

  • Fixed an issue where moving the camera using the cameraPositionOffset tag while in point of view mode and while one of the mouse buttons is held down would result in the camera moving in a circle instead of where the cameraPositionOffset specified.
kallyngowdyyeti
published 3.1.27-alpha.4430491303 •

kallyngowdyyeti
published 3.1.25-alpha.4388028584 •

kallyngowdyyeti
published 3.1.25-alpha.4329401863 •

kallyngowdyyeti
published 3.1.23 •

Changelog

Source

V3.1.23

Date: 2/23/2023

:rocket: Improvements

  • Improved the records system to authenticate and authorize requests much more quickly than before.
    • In order to take advantage of the improvements, you may need to request a new record key.
  • Updated the multi-line code editor to color-code parenthesis, curly braces, and square brackets so it is easier to tell which pairs go together.

:bug: Bug Fixes

  • Fixed an issue where the multi-line editor could get stuck in an infinite loop while trying to resize itself to fit on the screen.
  • Fixed an issue where tag masks would return the serialized version of a value instead of the computed version of the value.
    • Tag masks are designed to work a little differently from regular tags since it is much more common for tag mask values to be set programmatically instead of entered by hand.
    • This means that tag masks are designed to preserve the saved type as much as possible, unless it is clear that the value should be converted to a native type.
    • As a result, only marked values are converted from their string value into a native value.
    • For example, the string "123" will remain "123", but the string "🔢123" will be converted to the number 123. The same goes for other values like "true" and "false".
    • Possible marks are:
      • Numbers: 🔢
      • Mods: 🧬
      • Dates: 📅
      • Vectors: ➡️
      • Rotations: 🔁
  • Fixed an issue where JSX syntax highlighting would fail if the script contained a return statement.
  • Fixed an issue where empty {} expressions in JSX would cause compilation to fail.
  • Fixed an issue where using animateTag() with a custom start time wouldn't work.
  • Fixed an issue where autocomplete would not work on instances with a large number of listeners.
kallyngowdyyeti
published 3.1.23-alpha.4237751443 •

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