New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/within

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/within - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

11

index.js

@@ -77,7 +77,8 @@ var inside = require('@turf/inside');

*
* //=points
*
* //=searchWithin
*
* //=ptsWithin
* //addToMap
* var addToMap = [points, searchWithin, ptsWithin]
* turf.featureEach(ptsWithin, function (currentFeature) {
* currentFeature.properties['marker-size'] = 'large';
* currentFeature.properties['marker-color'] = '#000';
* });
*/

@@ -84,0 +85,0 @@ module.exports = function (points, polygons) {

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

@@ -35,8 +35,8 @@ "main": "index.js",

"tape": "^3.5.0",
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
},
"dependencies": {
"@turf/inside": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/inside": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}

@@ -80,7 +80,8 @@ # @turf/within

//=points
//=searchWithin
//=ptsWithin
//addToMap
var addToMap = [points, searchWithin, ptsWithin]
turf.featureEach(ptsWithin, function (currentFeature) {
currentFeature.properties['marker-size'] = 'large';
currentFeature.properties['marker-color'] = '#000';
});
```

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