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

@turf/helpers

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/helpers - npm Package Compare versions

Comparing version 6.1.3 to 6.1.4

2

index.js

@@ -619,3 +619,3 @@ "use strict";

function isNumber(num) {
return !isNaN(num) && num !== null && !Array.isArray(num);
return !isNaN(num) && num !== null && !Array.isArray(num) && !/^\s*$/.test(num);
}

@@ -622,0 +622,0 @@ exports.isNumber = isNumber;

{
"name": "@turf/helpers",
"version": "6.1.3",
"version": "6.1.4",
"description": "turf helpers module",

@@ -34,3 +34,4 @@ "main": "index",

"Denis Carriere <@DenisCarriere>",
"William Nordmann <@wnordmann>"
"William Nordmann <@wnordmann>",
"Vamshi Palreddy <@vamshi29292>"
],

@@ -37,0 +38,0 @@ "license": "MIT",

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