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.11.7 to 3.12.1

4

index.d.ts

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

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

@@ -153,3 +154,4 @@ export {

geomEach,
lineIntersect
lineIntersect,
mask
};

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

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

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

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

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

"@turf/flatten": "^3.10.5",
"@turf/line-intersect": "^3.11.6"
"@turf/line-intersect": "^3.11.6",
"@turf/mask": "^3.12.0"
},

@@ -113,0 +114,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