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
2
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.3 to 4.1.0-alpha.9

dist/assert.d.ts.map

1

dist/assert.d.ts
export declare function assert(condition: unknown, message?: string): void;
//# sourceMappingURL=assert.d.ts.map

@@ -9,1 +9,2 @@ // Replacement for the external assert method to reduce bundle size

}
//# sourceMappingURL=assert.js.map

@@ -52,1 +52,2 @@ /**

export {};
//# sourceMappingURL=fit-bounds.d.ts.map

@@ -64,1 +64,2 @@ import { assert } from "./assert.js";

}
//# sourceMappingURL=fit-bounds.js.map

@@ -19,1 +19,2 @@ import type { ViewportProps } from "./normalize-viewport-props.js";

export declare function getFlyToDuration(startProps: ViewportProps, endProps: ViewportProps, options?: FlytoTransitionOptions): number;
//# sourceMappingURL=fly-to-viewport.d.ts.map

@@ -89,1 +89,2 @@ import { lerp } from "./math-utils.js";

}
//# sourceMappingURL=fly-to-viewport.js.map
import type { WebMercatorViewport } from "./web-mercator-viewport.js";
export declare function getBounds(viewport: WebMercatorViewport, z?: number): number[][];
//# sourceMappingURL=get-bounds.d.ts.map

@@ -53,1 +53,2 @@ /* eslint-disable camelcase */

}
//# sourceMappingURL=get-bounds.js.map

@@ -12,1 +12,2 @@ export { WebMercatorViewport } from "./web-mercator-viewport.js";

export { WebMercatorViewport as default } from "./web-mercator-viewport.js";
//# sourceMappingURL=index.d.ts.map

@@ -10,1 +10,2 @@ // Classic web-mercator-project

export { WebMercatorViewport as default } from "./web-mercator-viewport.js";
//# sourceMappingURL=index.js.map

@@ -7,1 +7,2 @@ export declare function createMat4(): number[];

export declare const log2: (x: number) => number;
//# sourceMappingURL=math-utils.d.ts.map

@@ -27,1 +27,2 @@ import { vec4 } from '@math.gl/core';

export const log2 = Math.log2 || ieLog2;
//# sourceMappingURL=math-utils.js.map

@@ -16,1 +16,2 @@ /** Description of viewport */

export declare function normalizeViewportProps(props: ViewportProps): ViewportProps;
//# sourceMappingURL=normalize-viewport-props.d.ts.map

@@ -42,1 +42,2 @@ import { worldToLngLat } from "./web-mercator-utils.js";

}
//# sourceMappingURL=normalize-viewport-props.js.map

@@ -192,1 +192,2 @@ export declare const MAX_LATITUDE = 85.051129;

export {};
//# sourceMappingURL=web-mercator-utils.d.ts.map

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

}
//# sourceMappingURL=web-mercator-utils.js.map

@@ -182,1 +182,2 @@ import { DistanceScales } from "./web-mercator-utils.js";

}
//# sourceMappingURL=web-mercator-viewport.d.ts.map

@@ -276,1 +276,2 @@ // View and Projection Matrix calculations for mapbox-js style map view properties

}
//# sourceMappingURL=web-mercator-viewport.js.map

8

package.json

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

"type": "module",
"version": "4.1.0-alpha.3",
"version": "4.1.0-alpha.9",
"keywords": [

@@ -21,3 +21,3 @@ "webgl",

"type": "git",
"url": "https://github.com/uber-web/math.gl.git"
"url": "https://github.com/visgl/math.gl.git"
},

@@ -39,3 +39,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "4.1.0-alpha.9"
},

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

},
"gitHead": "566d5ec1819367a7d7e98b413eed6f951913c35b"
"gitHead": "fa5b6ee40cb05456fa32f85989abfa62e087f45e"
}

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