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

@casual-simulation/crypto

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/crypto - npm Package Versions

1
9

3.1.25-alpha.4388028584

Diff

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 •

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-alpha.3578187535 •

kallyngowdyyeti
published 3.1.11 •

Changelog

Source

V3.1.11

Date: 11/28/2022

:rocket: Improvements

  • Improved the map portals (mapPortal and miniMapPortal) to support the portalZoomableMin and portalZoomableMax tags.
  • Enabled the multiline code editor to always be shown regardless of if the device is a mobile device or not.
  • Added the analytics.recordEvent(name, metadata?) function.
  • Added the @onKeyRepeat shout that is fired when a key is held down and "auto repeated".
  • Added support for some simple HTMLElement functions.
    • HTMLElement objects support the following functions:
      • focus()
      • click()
      • blur()
    • HTMLInputElement objects support the following functions:
      • select()
      • setRangeText()
      • setSelectionRange()
      • showPicker()
      • stepDown()
      • stepUp()
    • HTMLFormElement objects support the following functions:
      • reset()
      • submit()
    • HTMLMediaElement objects support the following functions:
      • fastSeek()
      • load()
      • pause()
      • play()
    • HTMLVideoElement objects support the following functions:
      • requestPictureInPicture()
  • Added support for the document.getElementById() function for custom apps.

:bug: Bug Fixes

  • Fixed an issue where Vector2, Vector3, Rotation, and DateTime values would cause the shared space to emit an error if they were stored in a tag on a new bot while it was being processed by the space.
  • Fixed an issue where it was not possible to tap on codeButton bots on mobile devices.
  • Fixed @onKeyDown to only be emitted once when a key is starting to be held down and not continually while a key is held down.
kallyngowdyyeti
published 3.1.11-alpha.3500879217 •

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