Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
react-here-maps
Advanced tools
React Wrapper for the HERE Maps API for JavaScript (v3.0.12.4)
This module is still under active development. It is very basic in its current state and is subject to significant change at this time.
## Dependencies
The module will automatically load the HERE Maps API scripts and stylesheets for you. We follow this practice because the scripts themselves are split into multiple modules and we hope to conditionally load these scripts at some point in the future based on the features that the user of the module wishes to use.
Declare your HERE Maps component using the following React syntax:
import React, { Component } from 'react';
import { HEREMap } from 'react-here-maps';
export default class Map extends Component {
render() {
return (
<HEREMap appId="{your app_id}"
appCode="{your app_code}"
center={{ lat: 0, lng: 0 }}
zoom={14} />
)
}
}
0.0.0 (2016-08-22)
FAQs
React.js HERE Maps component
The npm package react-here-maps receives a total of 22 weekly downloads. As such, react-here-maps popularity was classified as not popular.
We found that react-here-maps 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.