Socket
Socket
Sign inDemoInstall

@turf/helpers

Package Overview
Dependencies
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/helpers - npm Package Compare versions

Comparing version 6.1.4 to 6.2.0-alpha.0

dist/es/index.d.ts

58

package.json
{
"name": "@turf/helpers",
"version": "6.1.4",
"version": "6.2.0-alpha.0",
"description": "turf helpers module",
"main": "index",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"lib"
"author": "Turf Authors",
"contributors": [
"Tom MacWright <@tmcw>",
"Stefano Borghi <@stebogit>",
"Denis Carriere <@DenisCarriere>",
"William Nordmann <@wnordmann>"
],
"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": {

@@ -29,22 +27,28 @@ "type": "git",

],
"author": "Turf Authors",
"contributors": [
"Tom MacWright <@tmcw>",
"Stefano Borghi <@stebogit>",
"Denis Carriere <@DenisCarriere>",
"William Nordmann <@wnordmann>",
"Vamshi Palreddy <@vamshi29292>"
"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",
"test:types": "tsc --noEmit types.ts"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"tape": "*",
"typescript": "*",
"tslint": "*",
"@types/tape": "*"
}
"typescript": "*"
},
"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