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

@math.gl/polygon

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@math.gl/polygon - npm Package Compare versions

Comparing version 4.1.0-alpha.3 to 4.1.0-alpha.9

dist/cut-by-grid.d.ts.map

1

dist/cut-by-grid.d.ts

@@ -24,1 +24,2 @@ import type { NumericArray } from '@math.gl/core';

}): Polygon[];
//# sourceMappingURL=cut-by-grid.d.ts.map

@@ -221,1 +221,2 @@ // math.gl

}
//# sourceMappingURL=cut-by-grid.js.map

@@ -17,1 +17,2 @@ import type { Polygon } from "./cut-by-grid.js";

}): Polygon[];
//# sourceMappingURL=cut-by-mercator-bounds.d.ts.map

@@ -149,1 +149,2 @@ // math.gl

}
//# sourceMappingURL=cut-by-mercator-bounds.js.map

@@ -13,1 +13,2 @@ import type { NumericArray } from '@math.gl/core';

export declare function earcut(positions: NumericArray, holeIndices?: NumericArray, dim?: number, areas?: NumericArray, plane?: Plane2D): number[];
//# sourceMappingURL=earcut.d.ts.map

@@ -625,1 +625,2 @@ // math.gl

}
//# sourceMappingURL=earcut.js.map

@@ -9,1 +9,2 @@ export { Polygon } from "./polygon.js";

export { Polygon as _Polygon } from "./polygon.js";
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ // math.gl

export { Polygon as _Polygon } from "./polygon.js";
//# sourceMappingURL=index.js.map

@@ -31,1 +31,2 @@ import type { NumericArray } from '@math.gl/core';

export declare function bitCode(p: number[], bbox: BoundingBox): number;
//# sourceMappingURL=lineclip.d.ts.map

@@ -182,1 +182,2 @@ // math.gl

}
//# sourceMappingURL=lineclip.js.map

@@ -103,1 +103,2 @@ import type { NumericArray } from '@math.gl/core';

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

@@ -152,1 +152,2 @@ // math.gl

}
//# sourceMappingURL=polygon-utils.js.map

@@ -41,1 +41,2 @@ import type { SegmentVisitorPoints } from "./polygon-utils.js";

}
//# sourceMappingURL=polygon.d.ts.map

@@ -71,1 +71,2 @@ // math.gl

}
//# sourceMappingURL=polygon.js.map

@@ -5,1 +5,2 @@ import type { NumericArray } from '@math.gl/core';

export declare function getPointAtIndex(positions: Readonly<NumericArray>, index: number, size: number, offset: number, out?: number[]): number[];
//# sourceMappingURL=utils.d.ts.map

@@ -38,1 +38,2 @@ // math.gl

}
//# sourceMappingURL=utils.js.map

8

package.json

@@ -9,3 +9,3 @@ {

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

@@ -20,3 +20,3 @@ "webgl",

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

@@ -38,5 +38,5 @@ "types": "dist/index.d.ts",

"dependencies": {
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "4.1.0-alpha.9"
},
"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