Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@giscience/ohsome-js-utils
Advanced tools
This library contains JavaScript functions to help clients to use the Ohsome-Api for analyzing historical OpenStreetMap data.
Why is it experimental? It not yet fully supports all response types that the ohsome API can return. So currently it mainly supports the functionality needen in the ohsome Dashboard app.
This library contains JavaScript functions to help clients to use the Ohsome-Api for analyzing historical OpenStreetMap data.
Functionality includes
$> npm install @giscience/ohsome-js-utils
You can use this library in different ways.
<script src="dist/ohsome-js-utils.umd.min.js"></script>
// nodejs
var OhsomeJsUtils = require( '@giscience/ohsome-js-utils' );
import * as OhsomeJsUtils from '@giscience/ohsome-js-utils'
// or
import { OhsomeApi } from '@giscience/ohsome-js-utils'
FAQs
This library contains JavaScript functions to help clients to use the Ohsome-Api for analyzing historical OpenStreetMap data.
The npm package @giscience/ohsome-js-utils receives a total of 8 weekly downloads. As such, @giscience/ohsome-js-utils popularity was classified as not popular.
We found that @giscience/ohsome-js-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.