
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@nimiq/browser-warning
Advanced tools
Javascipt, CSS and a html snippet to display a warning in case of unsupported browsers, private mode or disabled Javascript.
yarn add @nimiq/browser-warning
This is no modular package you can import. Instead:
<script type="text/javascript" src="browser-warning.js" defer></script>
in
front of all other scripts which may execute, especially your app's main entry point. If your other scripts are not
deferred, also remove the defer
attribute on browser-warning.js
.window.hasBrowserWarning === true
and stop execution in that case.@nimiq/browser-warning
to
compilerOptions.types
in your tsconfig.json
.You can define a callback window.onBrowserWarning
that gets called in case of a browser warning with the warning type
and a config object:
Parameter | Type |
---|---|
warningType | 'web-view' / 'browser-outdated' / 'no-local-storage' / 'private-mode' |
warningConfig.headline | string |
warningConfig.message | string |
warningConfig.hasShareButton | boolean |
warningConfig.shareUrl | string |
warningConfig.useNativeShare | boolean |
warningConfig.shareInstructions | string |
It can then optionally return a configuration object that overwrites a subset or all of the configuration properties.
Note that window.onBrowserWarning
needs to be defined before browser-warning.js
is executed. This is therefore an
exception to the rule stated in the previous section.
Note that the script that defines window.onBrowserWarning
must be written in old-fashioned Javascript to not fail
with syntax errors in old browsers which would prevent us from being able to display a warning in old browsers.
Contributions are welcome! To build the code yourself run
yarn build
which minifies the code with Google's closure compiler. We are compiling with the compiler's SIMPLE
compilation level
as the ADVANCED
level does not result in significantly smaller files for this lib, especially when comparing gzipped
size. You therefore do not need to mind the special precautions that are required for the ADVANCED
level.
Code does however need to be written in old-fashioned javascript to be compatible with old browsers. The closure compiler will warn you if your code is not valid ES3.
FAQs
Browser Warning for unsupported browsers
The npm package @nimiq/browser-warning receives a total of 0 weekly downloads. As such, @nimiq/browser-warning popularity was classified as not popular.
We found that @nimiq/browser-warning demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.