![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.
@backbase/collection
Advanced tools
Utilities for dealing with a backbase collection of components.
Returns a full list of dependencies of the collection, ordered by the dependency tree with the top most dependencies first.
Currently only supports bower dependencies. The bower dependencies need to be installed, and are retrievied from bower list.
Returns array in format:
[
{
name: <item name>
srcDir: <path to item>
version: <version of item>
dependencies: {
<item name>: {
name: <item name>
srcDir: <path to item>
version: <version of item>
dependencies: {
...
}
},
...
}
},
...
]
Returns a full list of CXP sources found in sourcesDir
, excluding anything in bower_components
or node_modules.
Folders are determined to be CXP sources if they contain a model.xml.
Returns array in format
[
{
name: <item name>
srcDir: <path to item>
version: <version of item>,
type: <template|container|feature|widget>
},
...
]
The array is ordered by templates, containers, features, then widgets.
Returns a single item loaded from the sourceDir
.
Throws an error if folder desn't have model.xm.
Because of some weird bug with babel I haven't figured out yet, to run the coverage you need to delete the .babelrc file. You can get the coverage like this:
mv .babelrc .babelrc.bak && make coverage && mv .babelrc.bak .babelrc
FAQs
Utilities for dealing with a backbase collection of components.
The npm package @backbase/collection receives a total of 27 weekly downloads. As such, @backbase/collection popularity was classified as not popular.
We found that @backbase/collection demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.