Socket
Socket
Sign inDemoInstall

@turf/line-slice-along

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/line-slice-along - npm Package Compare versions

Comparing version 3.3.3 to 3.5.2-alpha.d2c36ee7

8

index.js

@@ -1,5 +0,5 @@

var bearing = require('turf-bearing');
var distance = require('turf-distance');
var destination = require('turf-destination');
var lineString = require('turf-helpers').lineString;
var bearing = require('@turf/bearing');
var distance = require('@turf/distance');
var destination = require('@turf/destination');
var lineString = require('@turf/helpers').lineString;

@@ -6,0 +6,0 @@

{
"name": "@turf/line-slice-along",
"version": "3.3.3",
"version": "3.5.2-alpha.d2c36ee7",
"description": "create line segment based on start and end distance on a given line string",

@@ -24,13 +24,13 @@ "main": "index.js",

"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"turf-bearing": "^3.0.1",
"turf-destination": "^3.0.5",
"turf-distance": "^3.0.5",
"turf-helpers": "^3.0.5"
},
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"turf-along": "^3.0.5"
"@turf/along": "^3.5.2-alpha.d2c36ee7"
},
"dependencies": {
"@turf/bearing": "^3.5.2-alpha.d2c36ee7",
"@turf/destination": "^3.5.2-alpha.d2c36ee7",
"@turf/distance": "^3.5.2-alpha.d2c36ee7",
"@turf/helpers": "^3.5.2-alpha.d2c36ee7"
}
}

@@ -53,2 +53,6 @@ # @turf/line-slice-along

<!-- This file is automatically generated. Please don't edit it directly:
if you find an error, edit the source file (likely index.js), and re-run
./scripts/generate-readmes in the turf project. -->
---

@@ -55,0 +59,0 @@

@@ -5,3 +5,3 @@ var test = require('tape');

var lineSliceAlong = require('./');
var along = require('turf-along');
var along = require('@turf/along');

@@ -8,0 +8,0 @@ var line1 = JSON.parse(fs.readFileSync(path.join(__dirname, '/test/fixtures/line1.geojson')));

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