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

@turf/helpers

Package Overview
Dependencies
Maintainers
6
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.3.0 to 6.4.0

4

dist/es/index.js

@@ -32,3 +32,3 @@ /**

radians: 1,
yards: earthRadius / 1.0936,
yards: earthRadius * 1.0936,
};

@@ -56,3 +56,3 @@ /**

radians: 1 / earthRadius,
yards: 1 / 1.0936,
yards: 1.0936133,
};

@@ -59,0 +59,0 @@ /**

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

radians: 1,
yards: exports.earthRadius / 1.0936,
yards: exports.earthRadius * 1.0936,
};

@@ -58,3 +58,3 @@ /**

radians: 1 / exports.earthRadius,
yards: 1 / 1.0936,
yards: 1.0936133,
};

@@ -61,0 +61,0 @@ /**

{
"name": "@turf/helpers",
"version": "6.3.0",
"version": "6.4.0",
"description": "turf helpers module",

@@ -63,3 +63,3 @@ "author": "Turf Authors",

},
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49"
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac"
}
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