Socket
Socket
Sign inDemoInstall

@turf/random

Package Overview
Dependencies
Maintainers
2
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 3.7.3 to 3.7.5

8

index.d.ts

@@ -14,12 +14,10 @@ /// <reference types="geojson" />

interface RandomStatic {
interface Random {
/**
* http://turfjs.org/docs/#random
*/
(type?: 'point' | 'points' | undefined, count?: number, options?: Options): Points;
(type?: 'point' | 'points', count?: number, options?: Options): Points;
(type?: 'polygon' | 'polygons', count?: number, options?: Options): Polygons;
(type?: string, count?: number, options?: Options): Features;
}
declare const random: RandomStatic;
declare const random: Random;
declare namespace random { }

@@ -26,0 +24,0 @@ export = random;

{
"name": "@turf/random",
"version": "3.7.3",
"version": "3.7.5",
"description": "generate random features",

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

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