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

@turf/turf

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/turf - npm Package Compare versions

Comparing version 3.9.0 to 3.10.0

LICENSE

2

index.d.ts

@@ -66,2 +66,3 @@ import {

import * as truncate from '@turf/truncate';
import * as flatten from '@turf/flatten';

@@ -131,2 +132,3 @@ export {

truncate,
flatten
};

@@ -63,2 +63,3 @@ /*eslint global-require: 0*/

truncate: require('@turf/truncate'),
flatten: require('@turf/flatten'),
point: helpers.point,

@@ -65,0 +66,0 @@ polygon: helpers.polygon,

109

package.json
{
"name": "@turf/turf",
"version": "3.9.0",
"version": "3.10.0",
"description": "a JavaScript library for performing geospatial operations with GeoJSON",

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

],
"author": "morganherlocker",
"author": "Turf Authors",
"license": "MIT",

@@ -58,54 +58,55 @@ "bugs": {

"dependencies": {
"@turf/along": "^3.7.5",
"@turf/area": "^3.7.5",
"@turf/bbox": "^3.7.5",
"@turf/bbox-polygon": "^3.7.5",
"@turf/bearing": "^3.7.5",
"@turf/bezier": "^3.7.5",
"@turf/buffer": "^3.7.5",
"@turf/center": "^3.7.5",
"@turf/center-of-mass": "^3.7.5",
"@turf/centroid": "^3.7.5",
"@turf/circle": "^3.7.5",
"@turf/collect": "^3.7.5",
"@turf/combine": "^3.7.5",
"@turf/concave": "^3.8.0",
"@turf/convex": "^3.7.5",
"@turf/destination": "^3.7.5",
"@turf/difference": "^3.7.5",
"@turf/dissolve": "^3.9.0",
"@turf/distance": "^3.7.5",
"@turf/envelope": "^3.7.5",
"@turf/explode": "^3.7.5",
"@turf/flip": "^3.7.5",
"@turf/helpers": "^3.7.5",
"@turf/hex-grid": "^3.7.5",
"@turf/idw": "^3.7.5",
"@turf/inside": "^3.7.5",
"@turf/intersect": "^3.7.5",
"@turf/invariant": "^3.7.5",
"@turf/isolines": "^3.7.5",
"@turf/kinks": "^3.7.5",
"@turf/line-distance": "^3.7.5",
"@turf/line-slice": "^3.7.5",
"@turf/line-slice-along": "^3.7.5",
"@turf/meta": "^3.7.5",
"@turf/midpoint": "^3.7.5",
"@turf/nearest": "^3.7.5",
"@turf/planepoint": "^3.7.5",
"@turf/point-grid": "^3.7.5",
"@turf/point-on-line": "^3.7.5",
"@turf/point-on-surface": "^3.7.5",
"@turf/random": "^3.7.5",
"@turf/sample": "^3.7.5",
"@turf/simplify": "^3.7.5",
"@turf/square": "^3.7.5",
"@turf/square-grid": "^3.7.5",
"@turf/tag": "^3.7.5",
"@turf/tesselate": "^3.7.5",
"@turf/tin": "^3.7.5",
"@turf/triangle-grid": "^3.7.5",
"@turf/union": "^3.7.5",
"@turf/within": "^3.7.5",
"@turf/truncate": "^3.9.0"
"@turf/along": "^3.10.0",
"@turf/area": "^3.10.0",
"@turf/bbox": "^3.10.0",
"@turf/bbox-polygon": "^3.10.0",
"@turf/bearing": "^3.10.0",
"@turf/bezier": "^3.10.0",
"@turf/buffer": "^3.10.0",
"@turf/center": "^3.10.0",
"@turf/center-of-mass": "^3.10.0",
"@turf/centroid": "^3.10.0",
"@turf/circle": "^3.10.0",
"@turf/collect": "^3.10.0",
"@turf/combine": "^3.10.0",
"@turf/concave": "^3.10.0",
"@turf/convex": "^3.10.0",
"@turf/destination": "^3.10.0",
"@turf/difference": "^3.10.0",
"@turf/dissolve": "^3.10.0",
"@turf/distance": "^3.10.0",
"@turf/envelope": "^3.10.0",
"@turf/explode": "^3.10.0",
"@turf/flip": "^3.10.0",
"@turf/helpers": "^3.10.0",
"@turf/hex-grid": "^3.10.0",
"@turf/idw": "^3.10.0",
"@turf/inside": "^3.10.0",
"@turf/intersect": "^3.10.0",
"@turf/invariant": "^3.10.0",
"@turf/isolines": "^3.10.0",
"@turf/kinks": "^3.10.0",
"@turf/line-distance": "^3.10.0",
"@turf/line-slice": "^3.10.0",
"@turf/line-slice-along": "^3.10.0",
"@turf/meta": "^3.10.0",
"@turf/midpoint": "^3.10.0",
"@turf/nearest": "^3.10.0",
"@turf/planepoint": "^3.10.0",
"@turf/point-grid": "^3.10.0",
"@turf/point-on-line": "^3.10.0",
"@turf/point-on-surface": "^3.10.0",
"@turf/random": "^3.10.0",
"@turf/sample": "^3.10.0",
"@turf/simplify": "^3.10.0",
"@turf/square": "^3.10.0",
"@turf/square-grid": "^3.10.0",
"@turf/tag": "^3.10.0",
"@turf/tesselate": "^3.10.0",
"@turf/tin": "^3.10.0",
"@turf/triangle-grid": "^3.10.0",
"@turf/union": "^3.10.0",
"@turf/within": "^3.10.0",
"@turf/truncate": "^3.10.0",
"@turf/flatten": "^3.10.0"
},

@@ -112,0 +113,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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