Socket
Socket
Sign inDemoInstall

@turf/boolean-contains

Package Overview
Dependencies
Maintainers
6
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/boolean-contains - npm Package Compare versions

Comparing version 6.0.1 to 6.2.0-alpha.0

dist/es/index.js

61

package.json
{
"name": "@turf/boolean-contains",
"version": "6.0.1",
"version": "6.2.0-alpha.0",
"description": "turf boolean-contains module",
"main": "index",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
"author": "Turf Authors",
"contributors": [
"Rowan Winsemius <@rowanwins>",
"Denis Carriere <@DenisCarriere>"
],
"scripts": {
"prepare": "tsc",
"pretest": "tsc",
"test": "node test.js",
"bench": "node bench.js",
"docs": "node ../../scripts/generate-readmes"
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"repository": {

@@ -28,13 +25,21 @@ "type": "git",

],
"author": "Turf Authors",
"contributors": [
"Rowan Winsemius <@rowanwins>",
"Denis Carriere <@DenisCarriere>"
"main": "dist/js/index.js",
"module": "dist/es/index.js",
"types": "dist/js/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
"scripts": {
"bench": "npm-run-all prepare bench:run",
"bench:run": "node bench.js",
"docs": "node ../../scripts/generate-readmes",
"prepare": "npm-run-all prepare:*",
"prepare:es": "tsc --outDir dist/es --module esnext --declaration false",
"prepare:js": "tsc",
"test": "npm-run-all prepare test:*",
"test:tape": "node -r esm test.js"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",

@@ -45,14 +50,14 @@ "boolean-jsts": "*",

"load-json-file": "*",
"typescript": "*",
"tape": "*",
"tslint": "*",
"@types/tape": "*"
"typescript": "*"
},
"dependencies": {
"@turf/bbox": "6.x",
"@turf/boolean-point-in-polygon": "6.x",
"@turf/boolean-point-on-line": "6.x",
"@turf/helpers": "6.x",
"@turf/invariant": "6.x"
}
"@turf/bbox": "^6.2.0-alpha.0",
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.0",
"@turf/boolean-point-on-line": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
},
"gitHead": "23b651deaa1ca6a0960d0142aea620b7cc6a076d"
}
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