
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
uk-river-data
Advanced tools
Access level, flow and other data for UK rivers and other watercourses.
Download from CDN:
<script src="https://cdn.jsdelivr.net/npm/uk-river-data@0.9"></script>
Example usage:
const floodApi = new UkRiverData.FloodApi();
// Get the last 7 days readings from the flow guage at Kingston.
const readings = await floodApi.fetchMeasureReadings(
'3400TH-flow--i-15_min-m3_s'
{ since: new Date(Date.now() - 86400 * 7)}
);
Install the package:
$ npm i uk-river-data
Example usage:
import { FloodApi } from 'uk-river-data';
const floodApi = new FloodApi();
// Get the last 7 days readings from the flow guage at Kingston.
const readings = await floodApi.fetchMeasureReadings(
'3400TH-flow--i-15_min-m3_s'
{ since: new Date(Date.now() - 86400 * 7)}
);
FAQs
Access level, flow and other data for UK rivers and other watercourses.
The npm package uk-river-data receives a total of 4 weekly downloads. As such, uk-river-data popularity was classified as not popular.
We found that uk-river-data 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.