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

@casual-simulation/crypto

Package Overview
Dependencies
Maintainers
2
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
78

0.5.1

Diff

Changelog

Source

V0.5.1

Date: 04/25/2019

Changes:

  • Improvements
    • Automatically log in the user as a guest if they attempt to got to as context without being logged in.
  • Bug Fixes
    • Stopped a new Guest's username from saying guest_### upon logging into a new guest account for the first time.
    • Fixed highlighting issues when dragging files around.
    • Totally removed the AUX Player toolbar so that it doesn't get in the way of input events. (Was previously just transparent)
    • Fixed an issue with files not responding to height changes on a hex when the config file wasn't in the same context.
kallyngowdyyeti
published 0.5.0 •

Changelog

Source

V0.5.0

Date: 04/25/2019

Changes:

  • Improvements
    • Restricted onCombine feature to only fire in aux-player and restrict it from happening on aux-builder.
    • Removed the clone() function.
    • Improved the create() function to be able to accept lists of diffs/files.
      • This allows you to quickly create every combination of a set of diffs.
      • For example, create(this, [ { hello: true }, { hello: false } ]) will create two files. One with #hello: true and one with #hello: false.
      • More complicated scenarios can be created as well:
        • create(this, [ { row: 1 }, { row: 2 } ], [ { column: 1 }, { column: 2 } ]) will create four files for every possible combination between row: 1|2 and column: 1|2.
        • create(this, { 'aux.color': 'red' }, [ makeDiff.addToContext('context_1'), makeDiff.addToContext('context_2') ]) will create two files that are both red but are on different contexts.
        • create(this, @aux.color('red'), { 'aux.color': 'green' }) will find every file that is red, duplicate them, and set the new files' colors to green.
    • Improved how we position files to prevent two files from appearing at the same index.
      • Creating new files at the same position will now automatically stack them.
      • Stacking is determined first by the index and second by the file ID.
    • Added a zoom property to the tweenPlayerTo function to set a consistent zoom on file focus.
    • Moved the worksurface context menu options to files mode.
    • Moved the channel name to the hamburger menu and added the QR Code to the menu as well.
    • Worksurface improvements
      • Removed the header in AUX Player so that only the hamburger menu is shown.
      • Removed the option to enter into worksurfaces mode.
        • If users are already in worksurfaces mode then they can still exit.
      • Removed the ability to snap or drag worksurfaces.
      • Removed the ability to change the worksurface color.
    • Removed the change background color context menu.
    • Made the globals file generate as a worksurface.
    • File Sheet/Search improvements
      • Removed the edit icon and replaced it with a search icon at the top right of the top bar.
      • Added the ability to save a .aux file from the current selection/search.
      • Moved the "+tag" button to the left side of the panel and added an icon for it.
      • Added another "Add Tag" button to the bottom of the tags list.
      • Added the ability to show the list of selected file IDs in the search bar.
  • Bug Fixes
    • Stopped sheet closing bug from taking multiple clicks to reopen.
1
78
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