
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
react-flip-clock
Advanced tools
基于react开发的一个翻页动画效果非常漂亮的计时器。 预览地址:http://xiaxiangfeng.github.io/flip-clock/index.html
npm i react-flip-clock
import Clock from 'react-flip-clock'
const Index = () => {
return (
<div>
<Clock />
</div>
)
}
render(
<Index />,
document.getElementById('app')
)
/*宽高*/
.flip-clock-wrapper ul {
width: 60px;
height: 90px;
}
/*背景颜色、字体大小*/
.flip-clock-wrapper .inn {
background-color: #502d2d;
font-size: 70px;
}
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
FAQs
react 翻页时钟计时器插件
The npm package react-flip-clock receives a total of 38 weekly downloads. As such, react-flip-clock popularity was classified as not popular.
We found that react-flip-clock 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.