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

@turf/line-arc

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/line-arc - npm Package Compare versions

Comparing version 4.5.2 to 4.6.0

9

index.js

@@ -18,10 +18,3 @@ var destination = require('@turf/destination');

* @example
* var center = {
* "type": "Feature",
* "properties": {},
* "geometry": {
* "type": "Point",
* "coordinates": [-75, 40]
* }
* }
* var center = turf.point([-75, 40]);
* var radius = 5;

@@ -28,0 +21,0 @@ * var bearing1 = 25;

10

package.json
{
"name": "@turf/line-arc",
"version": "4.5.2",
"version": "4.6.0",
"description": "turf line-arc module",

@@ -30,3 +30,3 @@ "main": "index.js",

"devDependencies": {
"@turf/truncate": "^4.5.2",
"@turf/truncate": "^4.6.0",
"benchmark": "^2.1.4",

@@ -38,6 +38,6 @@ "load-json-file": "^2.0.0",

"dependencies": {
"@turf/circle": "^4.5.2",
"@turf/destination": "^4.5.2",
"@turf/helpers": "^4.5.2"
"@turf/circle": "^4.6.0",
"@turf/destination": "^4.6.0",
"@turf/helpers": "^4.6.0"
}
}

@@ -20,10 +20,3 @@ # @turf/line-arc

```javascript
var center = {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-75, 40]
}
}
var center = turf.point([-75, 40]);
var radius = 5;

@@ -30,0 +23,0 @@ var bearing1 = 25;

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