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

react-mad-map

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mad-map - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "react-mad-map",
"version": "0.0.6",
"version": "0.0.7",
"description": "React Mad Map",

@@ -5,0 +5,0 @@ "author": "Denisoed",

@@ -64,3 +64,3 @@ # React Map

{Object.keys(markers).map(key => (
<Marker key={key} anchor={markers[key][0]} payload={key} />
<Marker key={key} position={markers[key][0]} payload={key} />
))}

@@ -67,0 +67,0 @@ </Map>

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