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

@turf/along

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/along - npm Package Compare versions

Comparing version 3.0.16 to 3.1.1

8

index.js

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

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

@@ -6,0 +6,0 @@ /**

{
"name": "@turf/along",
"version": "3.0.16",
"version": "3.1.1",
"description": "",

@@ -32,7 +32,7 @@ "main": "index.js",

"dependencies": {
"@turf/bearing": "^3.0.16",
"@turf/destination": "^3.0.16",
"@turf/distance": "^3.0.16",
"@turf/bearing": "^3.1.1",
"@turf/destination": "^3.1.1",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
var test = require('tape');
var fs = require('fs');
var along = require('./');
var featurecollection = require('turf-helpers').featureCollection;
var featurecollection = require('@turf/helpers').featureCollection;

@@ -6,0 +6,0 @@ var line = JSON.parse(fs.readFileSync(__dirname + '/test/fixtures/dc-line.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