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

@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.7.4 to 3.7.5

2

index.js

@@ -44,3 +44,3 @@ var bearing = require('@turf/bearing');

*
* var sliced = turf.lineSliceAlong(start, stop, line, units);
* var sliced = turf.lineSliceAlong(line, start, stop, units);
*

@@ -47,0 +47,0 @@ * //=line

{
"name": "@turf/line-slice-along",
"version": "3.7.4",
"version": "3.7.5",
"description": "create line segment based on start and end distance on a given line string",

@@ -27,11 +27,11 @@ "main": "index.js",

"tape": "^3.5.0",
"@turf/along": "^3.7.3"
"@turf/along": "^3.7.5"
},
"dependencies": {
"@turf/bearing": "^3.7.3",
"@turf/destination": "^3.7.3",
"@turf/distance": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/bearing": "^3.7.5",
"@turf/destination": "^3.7.5",
"@turf/distance": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}

@@ -44,3 +44,3 @@ # @turf/line-slice-along

var sliced = turf.lineSliceAlong(start, stop, line, units);
var sliced = turf.lineSliceAlong(line, start, stop, units);

@@ -47,0 +47,0 @@ //=line

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