@turf/circle
Advanced tools
Comparing version 3.0.16 to 3.1.1
@@ -1,3 +0,3 @@ | ||
var destination = require('turf-destination'); | ||
var helpers = require('turf-helpers'); | ||
var destination = require('@turf/destination'); | ||
var helpers = require('@turf/helpers'); | ||
var polygon = helpers.polygon; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@turf/circle", | ||
"version": "3.0.16", | ||
"version": "3.1.1", | ||
"description": "turf circle module", | ||
@@ -34,9 +34,9 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/distance": "^3.0.16", | ||
"@turf/inside": "^3.0.16" | ||
"@turf/distance": "^3.1.1", | ||
"@turf/inside": "^3.1.1" | ||
}, | ||
"dependencies": { | ||
"@turf/destination": "^3.0.16", | ||
"@turf/destination": "^3.1.1", | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
var test = require('tape'); | ||
var destination = require('turf-destination'); | ||
var inside = require('turf-inside'); | ||
var destination = require('@turf/destination'); | ||
var inside = require('@turf/inside'); | ||
var circle = require('./'); | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@turf/destination@^3.1.1