Socket
Socket
Sign inDemoInstall

@turf/boolean-intersects

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/boolean-intersects - npm Package Compare versions

Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1

19

package.json
{
"name": "@turf/boolean-intersects",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "turf boolean-intersects module",

@@ -34,2 +34,3 @@ "author": "Turf Authors",

".": {
"types": "./dist/js/index.d.ts",
"import": "./dist/es/index.js",

@@ -45,9 +46,9 @@ "require": "./dist/js/index.js"

"scripts": {
"bench": "ts-node bench.js",
"bench": "tsx bench.js",
"build": "npm-run-all build:*",
"build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
"build:js": "tsc",
"docs": "node ../../scripts/generate-readmes",
"docs": "tsx ../../scripts/generate-readmes",
"test": "npm-run-all test:*",
"test:tape": "ts-node -r esm test.js"
"test:tape": "tsx test.js"
},

@@ -61,13 +62,13 @@ "devDependencies": {

"tape": "*",
"ts-node": "*",
"tslint": "*",
"tsx": "*",
"typescript": "*"
},
"dependencies": {
"@turf/boolean-disjoint": "^7.0.0-alpha.0",
"@turf/helpers": "^7.0.0-alpha.0",
"@turf/meta": "^7.0.0-alpha.0",
"@turf/boolean-disjoint": "^7.0.0-alpha.1",
"@turf/helpers": "^7.0.0-alpha.1",
"@turf/meta": "^7.0.0-alpha.1",
"tslib": "^2.3.0"
},
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189"
"gitHead": "cf7a0c507b017ca066acffd0ce23bda5b393fb5a"
}

@@ -17,3 +17,3 @@ # @turf/boolean-intersects

```javascript
var point = turf.point([2, 2]);
var point = turf.point([1, 2]);
var line = turf.lineString([[1, 1], [1, 2], [1, 3], [1, 4]]);

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