Socket
Socket
Sign inDemoInstall

@turf/transform-rotate

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/transform-rotate - npm Package Compare versions

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

30

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

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

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

@@ -46,11 +47,11 @@ "require": "./dist/js/index.js"

"scripts": {
"bench": "node -r esm bench.js",
"bench": "tsx bench.js",
"build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
"docs": "node ../../scripts/generate-readmes",
"docs": "tsx ../../scripts/generate-readmes",
"test": "npm-run-all test:*",
"test:tape": "node -r esm test.js",
"test:tape": "tsx test.js",
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
},
"devDependencies": {
"@turf/truncate": "^7.0.0-alpha.0",
"@turf/truncate": "^7.0.0-alpha.1",
"benchmark": "*",

@@ -61,15 +62,16 @@ "load-json-file": "*",

"tape": "*",
"tsx": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/centroid": "^7.0.0-alpha.0",
"@turf/clone": "^7.0.0-alpha.0",
"@turf/helpers": "^7.0.0-alpha.0",
"@turf/invariant": "^7.0.0-alpha.0",
"@turf/meta": "^7.0.0-alpha.0",
"@turf/rhumb-bearing": "^7.0.0-alpha.0",
"@turf/rhumb-destination": "^7.0.0-alpha.0",
"@turf/rhumb-distance": "^7.0.0-alpha.0"
"@turf/centroid": "^7.0.0-alpha.1",
"@turf/clone": "^7.0.0-alpha.1",
"@turf/helpers": "^7.0.0-alpha.1",
"@turf/invariant": "^7.0.0-alpha.1",
"@turf/meta": "^7.0.0-alpha.1",
"@turf/rhumb-bearing": "^7.0.0-alpha.1",
"@turf/rhumb-destination": "^7.0.0-alpha.1",
"@turf/rhumb-distance": "^7.0.0-alpha.1"
},
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189"
"gitHead": "cf7a0c507b017ca066acffd0ce23bda5b393fb5a"
}
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