
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
[](https://badge.fury.io/js/xshape.svg) [](https://www.npmjs.com/package/xshape)
npm install xshape
import { useXShape, XShapeStage, URLImage, createRootMachine } from 'xshape';
// url is optional
// data format see: https://github.com/tony40508/xshape/blob/main/public/mockData.json
const rootMachine = createRootMachine('initial-shape-data-url');
function App() {
const {
componentProps,
// other props see: https://github.com/tony40508/xshape/blob/main/src/App.tsx
} = useXShape(rootMachine);
return (
<XShapeStage
{...componentProps}
// enable to configure finish condition in limited options
// see: https://github.com/tony40508/xshape/blob/main/src/utils/types.d.ts
handleMouseDown={(e) => {
componentProps.handleMouseDown(e, 'ctrl+click');
}}
>
{/* URLImage is optional */}
<URLImage url="background-image-url" />
</XShapeStage>
);
}
npm install
npm run dev
FAQs
[](https://badge.fury.io/js/xshape.svg) [](https://www.npmjs.com/package/xshape)
The npm package xshape receives a total of 2 weekly downloads. As such, xshape popularity was classified as not popular.
We found that xshape 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

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.