Socket
Socket
Sign inDemoInstall

@react-google-maps/marker-clusterer

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-google-maps/marker-clusterer - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

dist/Cluster.d.ts

26

package.json
{
"name": "@react-google-maps/marker-clusterer",
"version": "1.2.3",
"version": "1.2.4",
"description": "Marker Clusterer for React.js Google Maps API",

@@ -22,11 +22,9 @@ "license": "MIT",

},
"main": "lib/index.js",
"browser": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "dist/reactgooglemapsmarkerclusterer.umd.production.js",
"module": "dist/reactgooglemapsmarkerclusterer.es.production.js",
"files": [
"dist/",
"lib/",
"src/",
"CHANGELOG.md"
"dist/"
],

@@ -42,11 +40,9 @@ "keywords": [

"scripts": {
"build": "yarn build:commonjs && yarn build:esm && yarn build:umd",
"build:commonjs": "rimraf ./lib && tsc -p ./tsconfig-commonjs.json",
"build:esm": "rimraf ./esm && tsc -p ./tsconfig-esm.json",
"build:umd": "rimraf ./umd && tsc -p ./tsconfig-umd.json",
"build": "npx tsdx build --name markerClusterer",
"clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
"update": "yarn-check -u",
"lint": "npx eslint ./src/**/*.{ts,tsx}",
"pub": "yarn build && yarn publish .",
"tc": "tsc -p ./tsconfig-commonjs.json --noEmit --traceResolution"
"pub": "yarn publish .",
"tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
"prepublishOnly": "yarn build"
},

@@ -89,3 +85,3 @@ "dependencies": {

},
"gitHead": "4c487da5fec5e5d9e86f8d445248353b1f532a59"
"gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
}
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