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

@turf/circle

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/circle - npm Package Compare versions

Comparing version 3.0.16 to 3.1.1

4

index.js

@@ -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 @@

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