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

@math.gl/web-mercator

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@math.gl/web-mercator - npm Package Compare versions

Comparing version 4.1.0-alpha.1 to 4.1.0-alpha.2

1

dist/web-mercator-utils.js

@@ -140,2 +140,3 @@ // TODO - THE UTILITIES IN THIS FILE SHOULD BE IMPORTED FROM WEB-MERCATOR-VIEWPORT MODULE

const [x, y, z] = xyz;
// eslint-disable-next-line no-shadow
const { unitsPerMeter, unitsPerMeter2 } = getDistanceScales({

@@ -142,0 +143,0 @@ longitude,

6

package.json

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "4.1.0-alpha.1",
"version": "4.1.0-alpha.2",
"keywords": [

@@ -38,3 +38,3 @@ "webgl",

"dependencies": {
"@math.gl/core": "4.1.0-alpha.1"
"@math.gl/core": "4.1.0-alpha.2"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "1a4dbbc6ab46271459d610411a7c644e45135c2c"
"gitHead": "59eb434870991d06aecff5b1dee38078af0ca447"
}

@@ -193,2 +193,3 @@ // TODO - THE UTILITIES IN THIS FILE SHOULD BE IMPORTED FROM WEB-MERCATOR-VIEWPORT MODULE

// eslint-disable-next-line no-shadow
const {unitsPerMeter, unitsPerMeter2} = getDistanceScales({

@@ -195,0 +196,0 @@ longitude,

Sorry, the diff of this file is not supported yet

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