Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf - npm Package Compare versions

Comparing version 0.0.112 to 0.0.113

1

lib/buffer.js

@@ -8,3 +8,2 @@ //http://stackoverflow.com/questions/839899/how-do-i-calculate-a-point-on-a-circles-circumference

jsts = require('jsts'),
fs = require('fs')
var t = {}

@@ -11,0 +10,0 @@ t.featurecollection = require('./featurecollection')

3

lib/contour.js
//https://github.com/jasondavies/conrec.js
//http://stackoverflow.com/questions/263305/drawing-a-topographical-map
var _ = require('lodash'),
fs = require('fs')
var _ = require('lodash')
var t = {}

@@ -6,0 +5,0 @@ t.tin = require('./tin')

// 1. run tin on points
// 2. merge the tin
//var topojson = require('')
var fs = require('fs')
var t = {}

@@ -6,0 +5,0 @@ t.tin = require('./tin')

var path = require('path'),
fs = require('fs'),
ext = '',
layer
module.exports = function(file, done) {
ext = path.extname(file);
fs.readFile(file, function(err, res){

@@ -9,0 +7,0 @@ if (err) done(err)

{
"name": "turf",
"version": "0.0.112",
"version": "0.0.113",
"description": "a node.js library for performing geospatial operations with geojson",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc