@turf/line-slice-along
Advanced tools
Comparing version 3.3.3 to 3.5.2-alpha.d2c36ee7
@@ -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'))); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11314
77
1
1
+ Added@turf/bearing@3.14.0(transitive)
+ Added@turf/destination@3.14.0(transitive)
+ Added@turf/distance@3.14.0(transitive)
+ Added@turf/helpers@3.13.0(transitive)
+ Added@turf/invariant@3.13.0(transitive)
- Removedturf-bearing@^3.0.1
- Removedturf-destination@^3.0.5
- Removedturf-distance@^3.0.5
- Removedturf-helpers@^3.0.5
- Removedturf-bearing@3.0.12(transitive)
- Removedturf-destination@3.0.12(transitive)
- Removedturf-distance@3.0.12(transitive)
- Removedturf-helpers@3.0.12(transitive)
- Removedturf-invariant@3.0.12(transitive)