
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@iminside/react-yandex-maps
Advanced tools
Yandex Maps API bindings for React
npm:
npm install @iminside/react-yandex-maps
yarn:
yarn add @iminside/react-yandex-maps
Try running a simple example:
import React from 'react';
import { YMaps, Map, Placemark } from '@iminside/react-yandex-maps';
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 @iminside/react-yandex-maps receives a total of 539 weekly downloads. As such, @iminside/react-yandex-maps popularity was classified as not popular.
We found that @iminside/react-yandex-maps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.