@react-google-maps/marker-clusterer
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
420341
23
3111
1
1