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

@turf/random

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/random - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

5

index.js

@@ -25,4 +25,2 @@ var random = require('geojson-random');

*
* //=points
*
* var polygons = turf.random('polygons', 4, {

@@ -32,3 +30,4 @@ * bbox: [-70, 40, -60, 60]

*
* //=polygons
* //addToMap
* var addToMap = [points, polygons]
*/

@@ -35,0 +34,0 @@ module.exports = function (type, count, options) {

2

package.json
{
"name": "@turf/random",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf random module",

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

@@ -29,4 +29,2 @@ # @turf/random

//=points
var polygons = turf.random('polygons', 4, {

@@ -36,3 +34,4 @@ bbox: [-70, 40, -60, 60]

//=polygons
//addToMap
var addToMap = [points, polygons]
```

@@ -39,0 +38,0 @@

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