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

turf-remove

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-remove - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

2

package.json
{
"name": "turf-remove",
"version": "0.1.0",
"version": "0.1.1",
"description": "turf remove module",

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

turf-remove
===========
[![Build Status](https://travis-ci.org/Turfjs/turf-remove.svg)](https://travis-ci.org/Turfjs/turf-remove)
Removes any features from a feature collection that match a property value.
```js
var remove = require('turf-remove')
var point = require('turf-point')
var featurecollection = require('turf-featurecollection')
var trees = t.featurecollection([t.point(1,2, {species: 'oak'}),
t.point(2,1, {species: 'dogwood'}),
t.point(3,1, {species: 'maple'})])
var remaining = remove(points, 'species', 'dogwood')
console.log(remaining)
```

Sorry, the diff of this file is not supported yet

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