Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-leaflet

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-leaflet - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

react-leaflet/index.d.ts

@@ -98,3 +98,3 @@ // Type definitions for react-leaflet 1.0

//There is no Layer class, these are the base props for all layers on the map
interface LayerProps {
interface LayerProps extends LeafletInteractionEvents {
onadd?: (event: Leaflet.Event) => void;

@@ -113,3 +113,3 @@ onremove?: (event: Leaflet.Event) => void;

interface MarkerProps extends LayerProps, LeafletInteractionEvents, LeafletDraggingEvents {
interface MarkerProps extends LayerProps, LeafletDraggingEvents {
position: Leaflet.LatLngExpression;

@@ -116,0 +116,0 @@ draggable?: boolean;

{
"name": "@types/react-leaflet",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for react-leaflet",

@@ -19,4 +19,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "988302e99358c13cd4922a165f2db67736e8d80ce3cf04756c7e43d25e78996a",
"typesPublisherContentHash": "70cafc26b59ddd07a8f80fe5d24cfe5a3aa2a205b4012d62c71acd7965bf5f2f",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 13 Jan 2017 15:26:46 GMT
* Last updated: Thu, 19 Jan 2017 14:46:20 GMT
* Dependencies: leaflet, react, geojson

@@ -14,0 +14,0 @@ * Global values: none

@@ -28,5 +28,5 @@ {

"hasPackageJson": false,
"contentHash": "988302e99358c13cd4922a165f2db67736e8d80ce3cf04756c7e43d25e78996a"
"contentHash": "70cafc26b59ddd07a8f80fe5d24cfe5a3aa2a205b4012d62c71acd7965bf5f2f"
},
"isLatest": 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