Socket
Socket
Sign inDemoInstall

@turf/square-grid

Package Overview
Dependencies
64
Maintainers
7
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

21

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

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

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

@@ -42,13 +43,13 @@ "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"
},
"devDependencies": {
"@turf/bbox-polygon": "^7.0.0-alpha.0",
"@turf/truncate": "^7.0.0-alpha.0",
"@turf/bbox-polygon": "^7.0.0-alpha.1",
"@turf/truncate": "^7.0.0-alpha.1",
"@types/tape": "*",

@@ -58,4 +59,4 @@ "benchmark": "*",

"tape": "*",
"ts-node": "*",
"tslint": "*",
"tsx": "*",
"typescript": "*",

@@ -65,7 +66,7 @@ "write-json-file": "*"

"dependencies": {
"@turf/helpers": "^7.0.0-alpha.0",
"@turf/rectangle-grid": "^7.0.0-alpha.0",
"@turf/helpers": "^7.0.0-alpha.1",
"@turf/rectangle-grid": "^7.0.0-alpha.1",
"tslib": "^2.3.0"
},
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189"
"gitHead": "cf7a0c507b017ca066acffd0ce23bda5b393fb5a"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc