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

@turf/line-intersect

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/line-intersect - npm Package Compare versions

Comparing version 5.0.0 to 5.0.2

2

index.js

@@ -1,2 +0,2 @@

var rbush = require('geojson-rbush');
import rbush from 'geojson-rbush';
import lineSegment from '@turf/line-segment';

@@ -3,0 +3,0 @@ import { getCoords } from '@turf/invariant';

@@ -5,2 +5,3 @@ 'use strict';

var rbush = _interopDefault(require('geojson-rbush'));
var lineSegment = _interopDefault(require('@turf/line-segment'));

@@ -11,3 +12,2 @@ var invariant = require('@turf/invariant');

var rbush = require('geojson-rbush');
/**

@@ -14,0 +14,0 @@ * Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).

{
"name": "@turf/line-intersect",
"version": "5.0.0",
"version": "5.0.2",
"description": "turf line-intersect module",

@@ -42,10 +42,10 @@ "main": "main",

"devDependencies": {
"@std/esm": "*",
"@turf/truncate": "*",
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*",
"rollup": "*",
"@std/esm": "*",
"uglify-js": "*"
"uglify-js": "*",
"write-json-file": "*"
},

@@ -52,0 +52,0 @@ "dependencies": {

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