
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@cycjimmy/h5-preloader
Advanced tools
Resources pre-load for h5 page. Demo
# via npm
$ npm install @cycjimmy/h5-preloader --save
# or via yarn
$ yarn add @cycjimmy/h5-preloader
import h5Preloader from '@cycjimmy/h5-preloader';
h5Preloader({
type: 'progressBar',
progressBar: {
eProgressBar: ...,
eProgressBarPercent: ...
},
resources: [
...
],
hookWhenProgressComplete: () =>
...
},
}).load();
h5Preloader
config:
'progressBar'
. Default 'progressBar'
.true
h5Preloader
instance supports the following methods:
load()
: Start preloader.progressComplete()
: Call the progress complete function manually.To use via a CDN include this in your HTML:
<script src="https://cdn.jsdelivr.net/npm/@cycjimmy/h5-preloader@5/dist/h5-preloader.umd.min.js"></script>
FAQs
Resources pre-load for h5 page
The npm package @cycjimmy/h5-preloader receives a total of 3 weekly downloads. As such, @cycjimmy/h5-preloader popularity was classified as not popular.
We found that @cycjimmy/h5-preloader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.