Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
69
Maintainers
9
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

15

index.js

@@ -56,7 +56,12 @@ /*eslint global-require: 0*/

var geometries = require('turf-helpers');
var helpers = require('turf-helpers');
module.exports.polygon = geometries.polygon;
module.exports.lineString = geometries.lineString;
module.exports.point = geometries.point;
module.exports.featureCollection = geometries.featureCollection;
module.exports.point = helpers.point;
module.exports.polygon = helpers.polygon;
module.exports.lineString = helpers.lineString;
module.exports.multiPoint = helpers.multiPoint;
module.exports.multiPolygon = helpers.multiPolygon;
module.exports.multiLineString = helpers.multiLineString;
module.exports.feature = helpers.feature;
module.exports.featureCollection = helpers.featureCollection;
module.exports.geometryCollection = helpers.geometryCollection;
{
"name": "turf",
"version": "3.0.5",
"version": "3.0.6",
"description": "a node.js library for performing geospatial operations with geojson",

@@ -48,47 +48,47 @@ "main": "index.js",

"dependencies": {
"turf-collect": "^3.0.5",
"turf-along": "^3.0.5",
"turf-area": "^3.0.1",
"turf-bbox-polygon": "^3.0.5",
"turf-bearing": "^3.0.1",
"turf-bezier": "^3.0.5",
"turf-buffer": "^3.0.5",
"turf-center": "^3.0.5",
"turf-centroid": "^3.0.5",
"turf-combine": "^3.0.5",
"turf-concave": "^3.0.5",
"turf-convex": "^3.0.5",
"turf-destination": "^3.0.5",
"turf-distance": "^3.0.5",
"turf-envelope": "^3.0.5",
"turf-difference": "^3.0.5",
"turf-explode": "^3.0.5",
"turf-bbox": "^3.0.1",
"turf-flip": "^3.0.5",
"turf-tesselate": "^3.0.5",
"turf-hex-grid": "^3.0.5",
"turf-inside": "^3.0.5",
"turf-intersect": "^3.0.1",
"turf-isolines": "^3.0.5",
"turf-kinks": "^3.0.5",
"turf-line-distance": "^3.0.5",
"turf-line-slice": "^3.0.5",
"turf-meta": "^3.0.1",
"turf-midpoint": "^3.0.1",
"turf-nearest": "^3.0.5",
"turf-planepoint": "^3.0.1",
"turf-point-grid": "^3.0.5",
"turf-point-on-line": "^3.0.5",
"turf-point-on-surface": "^3.0.5",
"turf-random": "^3.0.1",
"turf-sample": "^3.0.5",
"turf-simplify": "^3.0.1",
"turf-square": "^3.0.5",
"turf-square-grid": "^3.0.5",
"turf-tag": "^3.0.5",
"turf-tin": "^3.0.5",
"turf-triangle-grid": "^3.0.5",
"turf-union": "^3.0.1",
"turf-within": "^3.0.5",
"turf-helpers": "^3.0.5"
"turf-collect": "^3.0.6",
"turf-along": "^3.0.6",
"turf-area": "^3.0.6",
"turf-bbox-polygon": "^3.0.6",
"turf-bearing": "^3.0.6",
"turf-bezier": "^3.0.6",
"turf-buffer": "^3.0.6",
"turf-center": "^3.0.6",
"turf-centroid": "^3.0.6",
"turf-combine": "^3.0.6",
"turf-concave": "^3.0.6",
"turf-convex": "^3.0.6",
"turf-destination": "^3.0.6",
"turf-distance": "^3.0.6",
"turf-envelope": "^3.0.6",
"turf-difference": "^3.0.6",
"turf-explode": "^3.0.6",
"turf-bbox": "^3.0.6",
"turf-flip": "^3.0.6",
"turf-tesselate": "^3.0.6",
"turf-hex-grid": "^3.0.6",
"turf-inside": "^3.0.6",
"turf-intersect": "^3.0.6",
"turf-isolines": "^3.0.6",
"turf-kinks": "^3.0.6",
"turf-line-distance": "^3.0.6",
"turf-line-slice": "^3.0.6",
"turf-meta": "^3.0.6",
"turf-midpoint": "^3.0.6",
"turf-nearest": "^3.0.6",
"turf-planepoint": "^3.0.6",
"turf-point-grid": "^3.0.6",
"turf-point-on-line": "^3.0.6",
"turf-point-on-surface": "^3.0.6",
"turf-random": "^3.0.6",
"turf-sample": "^3.0.6",
"turf-simplify": "^3.0.6",
"turf-square": "^3.0.6",
"turf-square-grid": "^3.0.6",
"turf-tag": "^3.0.6",
"turf-tin": "^3.0.6",
"turf-triangle-grid": "^3.0.6",
"turf-union": "^3.0.6",
"turf-within": "^3.0.6",
"turf-helpers": "^3.0.6"
},

@@ -95,0 +95,0 @@ "devDependencies": {

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