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

@turf/boolean-equal

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/boolean-equal - npm Package Compare versions

Comparing version 4.5.0 to 4.6.0

4

index.js

@@ -19,5 +19,5 @@ var GeojsonEquality = require('geojson-equality');

*
* turf.equal(pt1, pt2);
* turf.booleanEqual(pt1, pt2);
* //= true
* turf.equal(pt2, pt3);
* turf.booleanEqual(pt2, pt3);
* //= false

@@ -24,0 +24,0 @@ */

{
"name": "@turf/boolean-equal",
"version": "4.5.0",
"version": "4.6.0",
"description": "turf boolean-equal module",

@@ -39,3 +39,3 @@ "main": "index.js",

"devDependencies": {
"@turf/helpers": "^4.5.2",
"@turf/helpers": "^4.6.0",
"benchmark": "^2.1.4",

@@ -48,6 +48,6 @@ "boolean-shapely": "^0.1.2",

"dependencies": {
"@turf/clean-coords": "^4.5.0",
"@turf/invariant": "^4.5.2",
"@turf/clean-coords": "^4.6.0",
"@turf/invariant": "^4.6.0",
"geojson-equality": "0.1.6"
}
}
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