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

@turf/meta

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/meta - npm Package Compare versions

Comparing version 3.10.5 to 3.13.0

2

index.js

@@ -641,3 +641,3 @@ /**

var previousValue = initialValue;
featureEach(layer, function (currentGeometry, currentIndex) {
geomEach(layer, function (currentGeometry, currentIndex) {
if (currentIndex === 0 && initialValue === undefined) {

@@ -644,0 +644,0 @@ previousValue = currentGeometry;

{
"name": "@turf/meta",
"version": "3.10.5",
"description": "meta and functional programming helpers for turf modules",
"version": "3.13.0",
"description": "turf meta module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "tape test.js"
"test": "node test.js",
"bench": "node bench.js"
},

@@ -16,10 +22,2 @@ "keywords": [

"license": "MIT",
"devDependencies": {
"@turf/helpers": "^3.10.5",
"@turf/random": "^3.10.0",
"benchmark": "^2.1.3",
"eslint": "^3.14.1",
"eslint-config-mourner": "^2.0.1",
"tape": "^3.4.0"
},
"repository": {

@@ -29,3 +27,2 @@ "type": "git",

},
"dependencies": {},
"homepage": "https://github.com/Turfjs/turf",

@@ -35,3 +32,11 @@ "bugs": {

},
"types": "index.d.ts"
"devDependencies": {
"@turf/helpers": "^3.13.0",
"@turf/random": "^3.13.0",
"benchmark": "^2.1.3",
"eslint": "^3.14.1",
"eslint-config-mourner": "^2.0.1",
"tape": "^3.4.0"
},
"dependencies": {}
}

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