Socket
Socket
Sign inDemoInstall

turf-inside

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

bench.js

2

index.js

@@ -23,3 +23,3 @@ // http://en.wikipedia.org/wiki/Even%E2%80%93odd_rule

}
k++
k++;
}

@@ -26,0 +26,0 @@ if(!inHole) insidePoly = true;

{
"name": "turf-inside",
"version": "1.1.1",
"version": "1.1.2",
"description": "turf inside module",

@@ -29,9 +29,10 @@ "main": "index.js",

"dependencies": {
"minimist": "^0.2.0"
"minimist": "^1.1.0"
},
"devDependencies": {
"tape": "^3.0.0",
"turf-point": "^0.1.6",
"benchmark": "^1.0.0",
"tape": "^3.0.3",
"turf-point": "^1.2.0",
"turf-polygon": "^0.1.1"
}
}

@@ -35,3 +35,3 @@ var test = require('tape');

t.true(inside(ptInPoly, polyHole));
t.false(inside(ptOutsidePoly, polyHole))
t.false(inside(ptOutsidePoly, polyHole));

@@ -52,5 +52,5 @@ t.end();

t.true(inside(ptInPoly, multiPolyHole));
t.false(inside(ptOutsidePoly, multiPolyHole))
t.false(inside(ptOutsidePoly, multiPolyHole));
t.end();
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc