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

point-in-polygon-hao

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

point-in-polygon-hao - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/cjs/index.cjs

19

package.json
{
"name": "point-in-polygon-hao",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on Polygons",
"main": "dist/pointInPolygon.cjs",
"module": "dist/pointInPolygon.mjs",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"unpkg": "dist/pointInPolygon.min.js",
"jsdelivr": "dist/pointInPolygon.min.js",
"types": "index.d.ts",
"scripts": {

@@ -17,7 +18,9 @@ "bench": "npm run build && node test/bench.js",

".": {
"require": "./dist/pointInPolygon.cjs",
"import": "./dist/pointInPolygon.mjs",
"types": "./index.d.ts"
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs"
}
},
"files": [
"dist"
],
"dependencies": {

@@ -28,3 +31,2 @@ "robust-predicates": "^3.0.2"

"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",

@@ -40,2 +42,3 @@ "@rollup/plugin-terser": "^0.4.4",

"rollup": "^4.28.0",
"rollup-plugin-copy": "^3.5.0",
"vitest": "^2.1.6"

@@ -42,0 +45,0 @@ },

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