
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@apideck/wayfinder
Advanced tools
WayFinder is a TypeScript-based application that helps you navigate through your JSON data. It provides a user-friendly interface for navigating / querying your JSON data and building JSONPath expressions.
WayFinder is a TypeScript-based application that helps you navigate through your JSON data. It provides a user-friendly interface for navigating / querying your JSON data and building JSONPath expressions.
You can also manually adjust or add a filter expression directly in the JSONPath.
To run the WayFinder application locally, you need to have Node.js and Yarn installed on your machine. Once you have these prerequisites, follow the steps below:
Clone the repository to your local machine.
Navigate to the project directory and install the dependencies by running:
yarn install
This project includes Storybook for developing and testing UI components in isolation. To run Storybook, use the following command:
yarn storybook
This will start Storybook on a local server, typically http://localhost:6006
and open a browser window with the Storybook UI. You can then navigate to the component you want to test and interact with it in isolation.
To build the project for production, use the following command:
yarn build
This will create a dist
folder in the project root directory with the compiled assets ready for deployment.
The project uses ESLint for linting. To run the linter, use the following command:
yarn lint
This will run ESLint on the project and report any linting errors.
Remember to always follow the best practices and guidelines provided in the codebase when contributing to the project.
FAQs
WayFinder is a TypeScript-based application that helps you navigate through your JSON data. It provides a user-friendly interface for navigating / querying your JSON data and building JSONPath expressions.
The npm package @apideck/wayfinder receives a total of 5,137 weekly downloads. As such, @apideck/wayfinder popularity was classified as popular.
We found that @apideck/wayfinder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.