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

@turf/tag

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/tag - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

6

index.js

@@ -33,6 +33,6 @@ var inside = require('@turf/inside');

*
* var tagged = turf.tag(points, polygons,
* 'pop', 'population');
* var tagged = turf.tag(points, polygons, 'pop', 'population');
*
* //=tagged
* //addToMap
* var addToMap = [tagged, polygons]
*/

@@ -39,0 +39,0 @@ module.exports = function (points, polygons, field, outField) {

{
"name": "@turf/tag",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf tag module",

@@ -40,4 +40,4 @@ "main": "index.js",

"dependencies": {
"@turf/inside": "^4.1.0"
"@turf/inside": "^4.2.0"
}
}

@@ -37,6 +37,6 @@ # @turf/tag

var tagged = turf.tag(points, polygons,
'pop', 'population');
var tagged = turf.tag(points, polygons, 'pop', 'population');
//=tagged
//addToMap
var addToMap = [tagged, polygons]
```

@@ -43,0 +43,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