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

@casual-simulation/aux-records

Package Overview
Dependencies
Maintainers
2
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/aux-records - npm Package Versions

1
20

3.1.25-alpha.4388028584

Diff

kallyngowdyyeti
published 3.1.25-alpha.4329401863 •

kallyngowdyyeti
published 3.1.24 •

Changelog

Source

V3.1.24

Date: 2/23/2023

:bug: Bug Fixes

  • Fixed an issue where the auth system prevent useres from logging in if their User ID was in an old format.
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 •

kallyngowdyyeti
published 3.1.23-alpha.4227183169 •

kallyngowdyyeti
published 3.1.14-alpha.3661157217 •

kallyngowdyyeti
published 3.1.14-alpha.3633552440 •

kallyngowdyyeti
published 3.1.12 •

Changelog

Source

V3.1.12

Date: 12/2/2022

:bug: Bug Fixes

  • Fixed an issue where it was not possible to tilt the mapPortal camera due to an incorrect default configuration.
  • Fixed an issue where it was not possible to handle errors that occurred during calls to os.getPublicRecordKey().
kallyngowdyyeti
published 3.1.12-alpha.3578187535 •

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