You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-leaflet-custom-control

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-leaflet-custom-control - npm Package Compare versions

Comparing version

to
1.3.4

7

package.json
{
"name": "react-leaflet-custom-control",
"version": "1.3.3",
"version": "1.3.4",
"description": "Creates a control wrapper around a React element",

@@ -35,3 +35,3 @@ "main": "lib/Control.js",

"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
"typescript": "^5.0.4"
},

@@ -41,3 +41,4 @@ "bugs": {

},
"homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme"
"homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme",
"type": "module"
}

@@ -81,8 +81,9 @@ # react-leaflet-custom-control

<Stack direction='column' spacing={2} >
<Button color='inherit'>
<AddIcon />
</Button>
<Button color='inherit'>
<DeleteIcon />
</Button>
<Button color='inherit'>
<AddIcon />
</Button>
<Button color='inherit'>
<DeleteIcon />
</Button>
</Stack>
</Control>

@@ -103,2 +104,2 @@ </MapContainer>

Huge thanks to @davetapley for contributing to `@1.3.0` and helping to work some of the issues.
Thanks to @samiamlabs for contributing to `@1.3.2` for fixing the infinite `div` issue.
Thanks to @samiamlabs for contributing to `@1.3.2` for fixing the infinite `div` issue.