
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.
react-pathing-builder
Advanced tools
A map builder for pathing applications
In your existing npm-like repository, run one of the following:
yarn add react-pathing-builder
# or
npm install react-pathing-builder
once added, import as needed:
import * as React from 'react'
import {render} from 'react-dom'
import {PathingBuilder} from 'react-pathing-builder'
// example
render(<PathingBuilder mapSrc="https://placehold.it/300" />)
git clone git@github.com:skgrush/react-pathing-builder.git
cd react-pathing-builder
yarn install
yarn start
Starts up a webpack dev server pointing at examples/src,
which imports from the full TypeScript src, available at
localhost:3001.
yarn build
Transpiles and packs src into lib/index.js, builds
TypeScript declaration files at lib/*.d.ts,
and copies the css file.
yarn - install dependencies and buildyarn start - start webpack dev serveryarn build - build the module, including typesnpm start works, and other scripts that don't call yarn work
just fine with npm.
Build:
npm run clean:build && \
npm run build:types && \
npm run build:js && \
npm run build:css
FAQs
A React component for building pathing graphs on maps.
We found that react-pathing-builder 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.