You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@turf/sample

Package Overview
Dependencies
Maintainers
7
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/sample - npm Package Compare versions

Comparing version

to
7.0.0-alpha.0

2

index.d.ts

@@ -1,2 +0,2 @@

import { FeatureCollection, GeometryObject } from "@turf/helpers";
import { FeatureCollection, GeometryObject } from "geojson";

@@ -3,0 +3,0 @@ /**

{
"name": "@turf/sample",
"version": "6.5.0",
"version": "7.0.0-alpha.0",
"description": "turf sample module",

@@ -54,5 +54,5 @@ "author": "Turf Authors",

"dependencies": {
"@turf/helpers": "^6.5.0"
"@turf/helpers": "^7.0.0-alpha.0"
},
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189"
}

@@ -9,8 +9,8 @@ # @turf/sample

**Parameters**
### Parameters
- `featurecollection` **[FeatureCollection][3]** set of input features
- `num` **[number][4]** number of features to select
* `featurecollection` **[FeatureCollection][3]** set of input features
* `num` **[number][4]** number of features to select
**Examples**
### Examples

@@ -17,0 +17,0 @@ ```javascript