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.2 to 0.0.3

dist/components/YMapClusterer.d.ts

6

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

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

},
"main": "./dist/index.mjs",
"main": "./dist/index.mj",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"types": "./dist/index.d.ts",
"scripts": {

@@ -15,0 +15,0 @@ "build": "tsup",

@@ -8,3 +8,3 @@ import { defineConfig } from 'tsup';

splitting: true,
format: ['esm'],
format: ['esm', 'cjs'],
entry: ['src/index.ts', 'src/**/*.ts', 'src/**/*.tsx'],

@@ -11,0 +11,0 @@ sourcemap: true,

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