You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@turf/angle

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/angle - npm Package Compare versions

Comparing version

to
6.2.0-alpha.0

dist/es/index.js

65

package.json
{
"name": "@turf/angle",
"version": "6.0.1",
"version": "6.2.0-alpha.0",
"description": "turf angle module",
"main": "index",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
"author": "Turf Authors",
"contributors": [
"Denis <@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": {

@@ -26,30 +22,39 @@ "type": "git",

],
"author": "Turf Authors",
"contributors": [
"Denis <@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": {
"@turf/distance": "*",
"@turf/sector": "*",
"@turf/truncate": "*",
"@turf/distance": "^6.2.0-alpha.0",
"@turf/sector": "^6.2.0-alpha.0",
"@turf/truncate": "^6.2.0-alpha.0",
"@types/tape": "*",
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"typescript": "*",
"tape": "*",
"write-json-file": "*",
"tslint": "*",
"@types/tape": "*"
"typescript": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/bearing": "6.x",
"@turf/helpers": "6.x",
"@turf/invariant": "6.x",
"@turf/rhumb-bearing": "6.x"
}
"@turf/bearing": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0",
"@turf/rhumb-bearing": "^6.2.0-alpha.0"
},
"gitHead": "23b651deaa1ca6a0960d0142aea620b7cc6a076d"
}