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
56

1.4.4

Diff

Changelog

Source

V1.4.4

Date: 2/18/2021

:rocket: Improvements

  • Added additional crypto functions to support asymmetric encryption and decryption.
    • crypto.asymmetric.keypair(secret) - Creates a keypair that can be used for asymmetric encryption and decryption.
    • crypto.asymmetric.encrypt(keypair, data) - Encrypts some data using the given keypair.
    • crypto.asymmetric.decrypt(keypair, secret, data) - Decrypts some data using the given keypair and secret.
    • Check the documentation for more info.
  • Added a better error message when trying to save a bot to a tag value.
  • Added the dimension bot form as a preferred alias to portal.
kallyngowdyyeti
published 1.4.3 •

Changelog

Source

V1.4.3

Date: 2/17/2021

:rocket: Improvements

  • Added the ability to interface with CasualOS from inside a custom portal.
    • CasualOS-related functionality is available by importing functions and objects from the casualos module.
    • Among the available functionality is onBotsDiscovered, onBotsRemoved, onBotsUpdated, createBot(), destroyBot(), and updateBot().
    • Additionally autocomplete is available for the available features.

:bug: Bug Fixes

  • Fixed an issue where webhook errors could not be caught on Safari based browsers.
1
56
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