Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
FlipClock is designed to be used a UMD or ES6 module that can be required and
imported. NPM is the primary package manager. The CDN exposes FlipClock
as a
global variable.
npm install flipclock --save
Specific version
https://cdn.jsdelivr.net/npm/flipclock@<?js= pkg.version ?>/dist/flipclock.min.js
Always use latest version
https://cdn.jsdelivr.net/npm/flipclock/dist/flipclock.min.js
FlipClock originally was developed an example library for a computer science class that I taught. I never actually thought people would use it, let alone imagine how people would use it. It's been a long time coming, but FlipClock.js has been rewritten for a modern age with no dependencies.
import FlipClock from 'flipclock';
const el = document.querySelector('.clock');
const clock = new FlipClock(el, new Date, {
face: 'HourCounter'
});
Big thanks to all the examples on the Internet. But in particular, a huge thanks goes out to Adem Ilter who built this example, which provided the best animation and least amount of code to prove the concept.
FAQs
A fully featured countdown clock.
The npm package flipclock receives a total of 542 weekly downloads. As such, flipclock popularity was classified as not popular.
We found that flipclock 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.