New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-ymaps3

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ymaps3 - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/utils/typescript.d.mts

2

package.json
{
"name": "react-ymaps3",
"version": "0.0.11",
"version": "0.0.12",
"description": "React Yandex Maps API 3 wrapper",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/sbcrmweb/react-ymaps3",

import { YMap as YMapHandle } from '@yandex/ymaps3-types';
import { YMap as YMapComponent } from '@yandex/ymaps3-types/react';
import utils from '../../utils';
import { Modify } from '../../utils/typescript';
export interface YMapProps
extends React.ComponentProps<typeof YMapComponent> {}
export type YMapProps = Modify<
React.ComponentPropsWithRef<typeof YMapComponent>,
{
key?: React.Key;
}
>;
const YMap = utils.createElement<YMapHandle, YMapProps>(
'YMap',
) as typeof YMapComponent;
) as React.ForwardRefExoticComponent<YMapProps>;
export default YMap;
export { YMap as YMapHandle } from '@yandex/ymaps3-types';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc