
Research
SAP CAP npm Packages Hit by Mini Shai-Hulud Supply Chain Attack
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
ā ļø This project is work in progress ā ļø
Animation engine and utility functions for web
API is unstable so I recommend you to install package with --exact flag. Package will be scoped under @exah/ until I find a better name š
$ npm install --save --exact @exah/a
# OR
$ yarn add --exact @exah/a
coming soon
Import required modules
import animate from '@exah/a/animate'
import easeInOut from '@exah/a/timing/ease-in-out'
import updateStyles from '@exah/a/update-styles'
import withEase from '@exah/a/with-ease'
// do something awesome
import { animate, easeInOut, updateStyles, withEase } from '@exah/a'
// do something awesome
A global variable <script src="path/to/a.umd.bundle.js"></script>
<script>
(function () {
var { animate, easeInOut, updateStyles, withEase } = A
// do something awesome
})()
</script>
Then animate
const fadeAway = animate(
withEase(easeInOut()),
updateStyles('body', { opacity: 0 })
)
fadeAway(1000).finished.then(() => console.log('done!'))
styles functionsvg & html attributesscroll directionsMIT Ā© John Grishin
FAQs
Animation engine and utility functions for web
We found that @exah/a 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
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.