
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@appello/web
Advanced tools
This library is for web reusable code only, do not add related to mobile modules. If you need to use something from this library for mobile development - you should move it to the @appello/common package. If your module/component became usable for mobile too you need to move it also.
Download package from npm:
npm i @appello/webImport modules you need in your code:
import { useSearchParams } from '@appello/web/lib/hooks';Note that we have a clear hierarchy in repo and if you have a 'developer' role - you can
not merge directly, you have to create merge request and assign it to one of maintainers!!.
Before you start, don't forget to switch the directory you want to work in. Then run 'npm i' in this directory.
If you are creating a new module/function/component etc., do not forget to make export in index.ts of its folder:
export * from './useSearchParams';If you need to create new module, do not forget to add index.ts with exports.
!!! Do not change config files if you don't have clear explanation why you want to do it. In case you have, please contact any maintainer, otherwise it would be rejected. !!!It is required to change version before publish:
npm version [<newversion> | major | minor | patch ]For more information about versioning visit https://docs.npmjs.com/cli/v7/commands/npm-version
The next step is just publish new version:
npm publishIMPORTANT!! Don't forget to push&merge into git repo to keep it up-to-date.
FAQs
Web usage
The npm package @appello/web receives a total of 0 weekly downloads. As such, @appello/web popularity was classified as not popular.
We found that @appello/web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.