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.51 to 0.0.52

3

lib/contour.js

@@ -34,3 +34,4 @@ //https://github.com/jasondavies/conrec.js

t.planepoint(pt, triangle, function(err, zValue){
pt.properties = {elevation: zValue}
pt.properties = {}
pt.properties[z] = zValue
})

@@ -37,0 +38,0 @@ }

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

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

@@ -12,2 +12,3 @@ var t = require('../index'),

contours.should.be.ok
contours.features.should.be.ok
done()

@@ -14,0 +15,0 @@ })

Sorry, the diff of this file is not supported yet

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