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

@casual-simulation/aux-custom-portals

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/aux-custom-portals - npm Package Versions

1
7

2.0.2-alpha.983566027

Diff

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 •

kallyngowdyyeti
published 2.0.2-alpha.972817819 •

kallyngowdyyeti
published 2.0.1 •

Changelog

Source

V2.0.19

Date: 12/1/2021

:boom: Breaking Changes

  • lineStyle now defaults to line instead of arrow.

:rocket: Improvements

  • Updated the CasualOS Terms of Service.
  • Improved lineTo and strokeColor to use lines that support custom widths.
  • Added the links variable as a shortcut for thisBot.links.
  • Added bot.vars and os.vars as an easy way to store and lookup variables by name.
    • os.vars works exactly the same as globalThis.
    • bot.vars allows you to store special values in a bot that cannot be stored in either bot.tags or bot.masks.
  • Added the ability to whisper to a bot by using bot.listener() instead of whisper(bot, "listener").
    • e.g.
      let result = thisBot.myScript(argument);
      
      is equivalent to
      let [result] = whisper(thisBot, 'myScript', argument);
      
  • Added the ability to shout to bots by using shout.listener() instead of shout("listener").
    • e.g.
      let results = shout.myScript(argument);
      
      is equivalent to
      let results = shout('myScript', argument);
      
kallyngowdyyeti
published 2.0.0 •

Changelog

Source

V2.0.0

Date: 6/7/2021

:bug: Improvements

  • Added the mapPortal.
    • The map portal provides a 3D representation of the entire Earth and allows placing bots anywhere on it.
    • Bots that are in the map portal use Longitude and Latitude for their X and Y coordinates.
    • The map can additionally be customized by setting the mapPortalBasemap tag on the mapPortalBot. See the documentation for more information.
    • Based upon ArcGIS.

:bug: Bug Fixes

  • Fixed an issue where trying to focus on a position in the miniPortal would not work.
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