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

@casual-simulation/stacktrace

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/stacktrace - npm Package Versions

23

3.1.14-alpha.3661157217

Diff

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 •

kallyngowdyyeti
published 3.1.11-alpha.3500062488 •

kallyngowdyyeti
published 3.1.11-alpha.3483057957 •

kallyngowdyyeti
published 3.0.15-alpha.2537844219 •

kallyngowdyyeti
published 3.0.14 •

Changelog

Source

V3.0.14

Date: 6/20/2022

:rocket: Improvements

  • Changed the circle bot form ignore lighting changes based on its orientation.
  • Added the formAddressAspectRatio tag to allow adjusting how formAddress images/videos are displayed on cube, circle, and sprite bot forms.
    • The aspect ratio should be the width of the image divided by the height of the image.
    • Negative aspect ratios can also be used to mirror the image horizontally.
  • Added the ability to create and join custom multimedia chat rooms.
    • Key features:
      • The ability to join multiple chat rooms at once.
      • The ability to display camera/screen feeds on 3D bots.
      • Notification of when remote users join/leave.
      • Notification of when users are speaking.
      • The ability to control the quality that video tracks stream at.
    • The following functions have been added:
      • os.joinRoom(roomName, options?)
      • os.leaveRoom(roomName, options?)
      • os.getRoomOptions(roomName)
      • os.setRoomOptions(roomName, options)
      • os.getRoomTrackOptions(roomName, trackAddress)
      • os.setRoomTrackOptions(roomName, trackAddress, options)
      • os.getRoomRemoteOptions(roomName, remoteId)
    • The following listeners have been added:
      • @onRoomJoined - Sent whenever a room has been joined via os.joinRoom()
      • @onRoomLeave - Sent whenever a room has been exited via os.leaveRoom()
      • @onRoomStreaming - Sent whenever the local user has been connected or reconnected to a room.
      • @onRoomStreamLost - Sent whenever the local user has been disconnected from a room.
      • @onRoomTrackSubscribed - Sent whenever an audio/video track has been discovered inside a room.
      • @onRoomTrackUnsubscribed - Sent whenever an audio/video track has been removed from a room.
      • @onRoomRemoteJoined - Sent whenever a remote user has joined a room.
      • @onRoomRemoteLeave - Sent whenever a remote user has left a room.
      • @onRoomSpeakersChanged - Sent whenever the list of speaking users has changed in a room.
      • @onRoomOptionsChanged - Sent whenever the local room options have been changed.
    • See the documentation for more detailed information.
    • Also check out the rooms-example appBundle for an example.
  • Added the os.listInstUpdates() and os.getInstStateFromUpdates(updates) functions.
    • These functions are useful for tracking the history of an instance and debugging potential data loss problems.
    • os.listInstUpdates() gets the list of updates that have occurred in the current instance.
    • os.getInstStateFromUpdates() gets the bot state that is produced by the given list of updates.

:bug: Bug Fixes

  • Fixed an issue where HTML updates could cause CasualOS to skip @onAnyAction calls for bot updates.
  • Fixed an issue where point-of-view mode would start the camera at the wrong rotation.
  • Fixed an issue where billboarded bots would rotate to match the roll of the camera in VR/AR.
  • Fixed an issue where using os.tip() with long words could cause the words to overflow the tooltip background.
  • Fixed an issue where removing a tag from the sheetPortal could cause the tag below it to become the dimension set in the sheetPortal.
kallyngowdyyeti
published 3.0.14-alpha.2511011009 •

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