
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
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.
preact-motion
Advanced tools
Most of the changes are now present in react-motion. Just use preact-compat and everything should
work out of the box. This module won't be maintained anymore.
This is a fork of the well known React-Motion library customized to support Preact out of the box.
Please see the React-Motion documentation for usage instructions.
Be compatible out of the box with Preact 8 and upper. No preact-compat requirement. No react dependency.
Stay as close as possible to React-Motion, including:
Better, smaller packaging:
jsnext:main entry point ;Due to semver limitations, this package won't follow the React-Motion versioning, so it can make major version bumps without waiting for a major version bump upstream. See CHANGELOG.md for informations about supported React-Motion version.
The current production-ready bundle is about 4KB (minified+gzip). This has been achieved by using Rollup instead of Webpack, and removing prop-types declarations and dependency.
npm install --save preact-motionThe NPM package requires process.env.NODE_ENV to be defined, so you should look at stuff like
webpack DefinePlugin or
rollup-plugin-replace to be able to use it in a
browser.
<script src="https://unpkg.com/preact-motion/build/preact-motion.prod.js"></script>
(Module exposed as `PreactMotion`)
FAQs
A fork of React-Motion to be used with Preact.
We found that preact-motion 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
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.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.