Socket
Socket
Sign inDemoInstall

@turf/meta

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/meta - npm Package Compare versions

Comparing version 6.0.2 to 6.2.0-alpha.0

dist/es/index.js

53

package.json
{
"name": "@turf/meta",
"version": "6.0.2",
"version": "6.2.0-alpha.0",
"description": "turf meta module",
"main": "index",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
"author": "Turf Authors",
"contributors": [
"Tom MacWright <@tmcw>",
"Daniel Pulido <@dpmcmlxxvi>",
"Denis Carriere <@DenisCarriere>"
],
"scripts": {
"pretest": "rollup -f cjs -o index.js index.mjs",
"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": {

@@ -43,15 +42,22 @@ "type": "git",

],
"author": "Turf Authors",
"contributors": [
"Tom MacWright <@tmcw>",
"Daniel Pulido <@dpmcmlxxvi>",
"Denis Carriere <@DenisCarriere>"
"main": "dist/js/index.js",
"module": "dist/es/index.js",
"types": "index.d.ts",
"sideEffects": false,
"files": [
"dist",
"index.d.ts"
],
"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",
"posttest": "node -r esm ../../scripts/validate-es5-dependencies.js",
"prepare": "rollup -c ../../rollup.config.js",
"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": {
"@turf/random": "*",
"@turf/random": "^6.2.0-alpha.0",
"benchmark": "*",

@@ -62,4 +68,5 @@ "rollup": "*",

"dependencies": {
"@turf/helpers": "6.x"
}
"@turf/helpers": "^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