
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
react-yandex-maps-no-default-props
Advanced tools
Yandex Maps API bindings for React
npm:
npm install react-yandex-maps-no-default-props
yarn:
yarn add react-yandex-maps-no-default-props
Try running a simple example:
import React from 'react';
import { YMaps, Map, Placemark } from 'react-yandex-maps-no-default-props';
export default function App() {
const defaultState = {
center: [55.751574, 37.573856],
zoom: 5,
};
return (
<YMaps>
<Map defaultState={defaultState}>
<Placemark geometry={[55.684758, 37.738521]} />
</Map>
</YMaps>
);
}
The React Yandex Maps docs are located at website
We appreciate your help!
To contribute, please read our contributing instructions.
FAQs
Yandex.Maps API bindings for React
The npm package react-yandex-maps-no-default-props receives a total of 61 weekly downloads. As such, react-yandex-maps-no-default-props popularity was classified as not popular.
We found that react-yandex-maps-no-default-props demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.