![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@casual-simulation/aux-common
Advanced tools
A library that contains common operations needed to modify and understand AUX files.
V0.4.13
aux.image
to an image url.
sprite
as an option for aux.shape
.
onCreate()
is called on the file that was created after being created.onDestroy()
is called on the file just before it is destroyed.onDropInContext()
is called on all the files that a user just dragged onto a context. (that
is the context name)onDragOutOfContext()
is called on all the files that a user just dragged out of a context. (that
is the context name)onDropAnyInContext()
is called on all files when any file is dragged onto a context. (that
is an object that contains the context
and files
)onDragAnyOutOfContext()
is called on all files when any file is dragged out of a context. (that
is an object that contains the context
and files
)onDropInInventory()
is called on the file that a user just dragged into their inventory.onDragOutOfInventory()
is called on the file that a user just dragged out of their inventory.onDropAnyInInventory()
is called on all files when any file is dragged into the user's inventory. (that
is the list of files)onDragAnyOutOfInventory()
is called on all files when any file is dragged out of the user's inventory. (that
is the list of files)onTapCode()
is called on every file whenever a 4 digit tap code has been entered. (that
is the code)
if
statement to filter the tap code.1111
all the time due to the user tapping the screen.FAQs
Common library for AUX projects
The npm package @casual-simulation/aux-common receives a total of 33 weekly downloads. As such, @casual-simulation/aux-common popularity was classified as not popular.
We found that @casual-simulation/aux-common demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.