@react-google-maps/marker-clusterer
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "@react-google-maps/marker-clusterer", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Marker Clusterer for React.js Google Maps API", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/markerclusterer.umd.production.js", | ||
"module": "dist/markerclusterer.es.production.js", | ||
"unpkg": "dist/markerclusterer.umd.production.min.js", | ||
"module": "dist/markerclusterer.esm.js", | ||
"files": [ | ||
@@ -40,2 +40,3 @@ "src/", | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "npx tsdx build --name markerClusterer --format=cjs,esm,umd", | ||
@@ -53,3 +54,3 @@ "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn", | ||
"@types/babel-types": "7.0.7", | ||
"@types/googlemaps": "3.37.0", | ||
"@types/googlemaps": "3.37.1", | ||
"@typescript-eslint/eslint-plugin": "1.13.0", | ||
@@ -83,5 +84,5 @@ "@typescript-eslint/parser": "1.13.0", | ||
"typescript": "3.5.3", | ||
"webpack": "4.38.0" | ||
"webpack": "4.39.1" | ||
}, | ||
"gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
441431
23
3853