New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

marker-cluster

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marker-cluster - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

.vscode/launch.json

32

package.json
{
"name": "marker-cluster",
"version": "2.0.3",
"version": "2.0.4",
"description": "library for point clustering",

@@ -17,24 +17,19 @@ "repository": {

"source": "src/index.ts",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"types": "./dist/index.d.ts",
"unpkg": "./dist/index.umd.js",
"scripts": {
"build": "microbundle",
"start": "microbundle watch",
"bench": "node ./benchmark/index.js"
"build": "ts-node ./scripts/build.mts",
"prepare": "yarn build",
"publish": "npm publish build",
"bench": "node ./benchmark/index.mjs"
},
"devDependencies": {
"microbundle": "^0.15.1",
"@swc/core": "^1.3.37",
"@types/node": "^18.14.6",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">10"
},
"keywords": [

@@ -47,3 +42,4 @@ "clustering",

"map"
]
],
"sideEffects": false
}

@@ -276,3 +276,3 @@ import {

private _store = new Map<number, UintArray>();
private _store: Map<number, UintArray>;

@@ -279,0 +279,0 @@ private _xArr: Float64Array;

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