Socket
Socket
Sign inDemoInstall

@turf/transform-rotate

Package Overview
Dependencies
59
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-alpha.113 to 7.0.0-alpha.114

dist/cjs/index.d.cts

41

package.json
{
"name": "@turf/transform-rotate",
"version": "7.0.0-alpha.113+876702a45",
"version": "7.0.0-alpha.114+e0bdd0add",
"description": "turf transform-rotate module",

@@ -29,6 +29,6 @@ "author": "Turf Authors",

],
"type": "commonjs",
"type": "module",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {

@@ -38,7 +38,7 @@ "./package.json": "./package.json",

"import": {
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.mjs"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"

@@ -50,4 +50,3 @@ }

"files": [
"dist",
"index.d.ts"
"dist"
],

@@ -60,6 +59,8 @@ "scripts": {

"test:tape": "tsx test.ts",
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
"test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
},
"devDependencies": {
"@turf/truncate": "^7.0.0-alpha.113+876702a45",
"@turf/truncate": "^7.0.0-alpha.114+e0bdd0add",
"@types/benchmark": "^2.1.5",
"@types/tape": "^4.2.32",
"benchmark": "^2.1.4",

@@ -74,12 +75,12 @@ "load-json-file": "^7.0.1",

"dependencies": {
"@turf/centroid": "^7.0.0-alpha.113+876702a45",
"@turf/clone": "^7.0.0-alpha.113+876702a45",
"@turf/helpers": "^7.0.0-alpha.113+876702a45",
"@turf/invariant": "^7.0.0-alpha.113+876702a45",
"@turf/meta": "^7.0.0-alpha.113+876702a45",
"@turf/rhumb-bearing": "^7.0.0-alpha.113+876702a45",
"@turf/rhumb-destination": "^7.0.0-alpha.113+876702a45",
"@turf/rhumb-distance": "^7.0.0-alpha.113+876702a45"
"@turf/centroid": "^7.0.0-alpha.114+e0bdd0add",
"@turf/clone": "^7.0.0-alpha.114+e0bdd0add",
"@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
"@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
"@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
"@turf/rhumb-bearing": "^7.0.0-alpha.114+e0bdd0add",
"@turf/rhumb-destination": "^7.0.0-alpha.114+e0bdd0add",
"@turf/rhumb-distance": "^7.0.0-alpha.114+e0bdd0add"
},
"gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
"gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
}
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