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

@casual-simulation/aux-vm

Package Overview
Dependencies
Maintainers
2
Versions
475
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1
4647

0.9.1

Diff

Changelog

Source

V0.9.19

Date: 07/29/2019

Changes:

  • Improvements
    • Added the ability for shouts and whispers to return values.
      • shout() returns a list of results from every bot that ran a script for the shout ordered by bot ID.
      • whisper() returns a list of results from every bot that ran a script for the whisper ordered by the input bot array.
      • To return a value from a shout/whisper handler, use return statements. For example, to return 10 from a shout you would simply write return 10.
    • Changed the tag suggestion list to only show when there are tags that match the input.
    • Changed the create surface popup's header text to read: Create Context from Selection.
    • Added show surface checkbox to the create context popup.
    • Removed the text on the sheet's bottom left add tag button.
    • Added the phrase powered by CasualOS to bthe hamburger menu and loading popup.
    • Removed Unselect All from the sheets.
  • Bug Fixes
    • Fixed an issue that would let users load the admin channel because no file specified session limits for it.
    • Fixed an issue that would cause formulas which contained indexer expressions to fail.
    • Fixed the server to not overwrite broke Causal Trees.
    • Stopped incorrect empty tag warning when attempting to add in a new tag.
    • Fixed there not being a visible right bar on the player inventory.
    • Fixed dependency tracking for formulas which get bots by ID. (like getBots("id"))
kallyngowdyyeti
published 0.8.10 •

Changelog

Source

V0.8.10

Date: 06/07/2019

Changes:

  • Improvements
    • Change diff key word to merge or mergeBall.
      • EX: The tag function aux.diff has been changed to aux.mergeBall and aux.diffTags has been changed to aux.mergeBall.tags and the diff id tag value has been changed to merge.
kallyngowdyyeti
published 0.8.9 •

Changelog

Source

V0.8.9

Date: 06/06/2019

Changes:

  • Improvements
    • Changed diff.save and diff.load to diff.export and diff.import respectfully.
    • Changed function saveDiff to automatically include the loadDiff function within it to clean up the resulting output.
    • diff.save will now return a cleaner JSON than it was before.
  • Bug Fixes
    • Duplicate tags will now not show up in a closed tag section's tag count.
    • Stopped additon of extra whitespace on left side of screen when multi selecting too many files.
kallyngowdyyeti
published 0.8.8 •

Changelog

Source

V0.8.8

Date: 06/05/2019

Changes:

  • Improvements
    • Improved how diffs are created from files so that they don't contain any tags which are for contexts.
      • This means that moving a file will only give you a diff of tags that are not related to a context.
      • Examples are aux.color, aux.label, etc.
      • As a result, applying the diff to a file won't cause it to be moved.
    • The hidden tag section has been changed from aux._ to hidden.
    • The action and hidden tag sections will now appear when only one tag meets the criteria for the section.
    • The add tag auto complete will now check for a match of the start if the string and not a substring.
    • The add tag autocomplete will hide the aux._ tags until aux._ is input.
    • When clicking the background in multi-file selection mode, it will deselect the files and keep a diff of the last selected.
    • Improved file diffs to keep the existing diff selected after merging it into a file.
    • Added tag aux.inventory.color to global file that allows the user to set the inventory background color in player.
  • Bug Fixes
    • Fixed an issue that would cause file diffs to apply their context positions to other files.
    • Clicking the minus button of the final file in sheets will now switch to diff without the minus or unselect all buttons that don't do anything.
kallyngowdyyeti
published 0.8.7 •

Changelog

Source

V0.8.7

Date: 06/05/2019

Changes:

  • Improvements
    • Added the ability to show hidden tags by toglging hidden tag section instead of the hidden tags button which has been removed.
    • Edited hexagon button to be filled and have a larger plus icon to improve uniformity.
  • Bug Fixes
    • Tag # section will no longer remain if there are no tags fitting the criteria.
1
4647
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