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

@turf/turf

Package Overview
Dependencies
Maintainers
4
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.10.5 to 3.11.1

4

index.d.ts

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

import * as flatten from '@turf/flatten';
import * as lineIntersect from '@turf/line-intersect';

@@ -151,3 +152,4 @@ export {

coordAll,
geomEach
geomEach,
lineIntersect
};

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

flatten: require('@turf/flatten'),
lineIntersect: require('@turf/line-intersect'),
point: helpers.point,

@@ -67,0 +68,0 @@ polygon: helpers.polygon,

{
"name": "@turf/turf",
"version": "3.10.5",
"version": "3.11.1",
"description": "a JavaScript library for performing geospatial operations with GeoJSON",

@@ -109,3 +109,4 @@ "main": "index.js",

"@turf/truncate": "^3.10.5",
"@turf/flatten": "^3.10.5"
"@turf/flatten": "^3.10.5",
"@turf/line-intersect": "^3.11.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