
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
frost-bridge
Advanced tools
This little library is used to communicate with a [FROST-server](https://github.com/FraunhoferIOSB/FROST-Server) to store IOT-related information, following SensorThings OGC standards.
This little library is used to communicate with a FROST-server to store IOT-related information, following SensorThings OGC standards.
You can edit the server URL in lib/config/network.ts.
For testing, we use the FROST-Server all-in-one Docker image.
Before building, you need to install dependencies with npm install.
Then, run npm run build.
There are different tests configurations within this project, all of them compile library before running tests.
npm run testContains basic tests of the project, excluding load charge tests.
npm run test:allRuns all tests of the library, including load charge tests.
npm run test:verboseRuns all tests with a (very) verbose output, printing all actions and calls from the library, very helpful when you don't understand what it is doing exactly.
npm run test:webpackDoes not run tests, but rather launches internal.js, which is used to test the compiled version of the library.
Entities used in this project are of two different categories:
FAQs
This little library is used to communicate with a [FROST-server](https://github.com/FraunhoferIOSB/FROST-Server) to store IOT-related information, following SensorThings OGC standards.
We found that frost-bridge 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

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