three-conic-polygon-geometry
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -125,3 +125,3 @@ 'use strict'; | ||
function _iterableToArrayLimit(arr, i) { | ||
var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); | ||
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; | ||
@@ -128,0 +128,0 @@ if (_i == null) return; |
@@ -115,3 +115,3 @@ import { BufferGeometry, Float32BufferAttribute } from 'three'; | ||
function _iterableToArrayLimit(arr, i) { | ||
var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); | ||
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; | ||
@@ -118,0 +118,0 @@ if (_i == null) return; |
{ | ||
"name": "three-conic-polygon-geometry", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "ThreeJS geometry for drawing polygons on a sphere", | ||
@@ -42,8 +42,8 @@ "unpkg": "dist/three-conic-polygon-geometry.min.js", | ||
"dependencies": { | ||
"@turf/boolean-point-in-polygon": "^6.3.0", | ||
"d3-array": "^2.12.1", | ||
"d3-geo": "^2.0.1", | ||
"d3-geo-voronoi": "^1.6.0", | ||
"delaunator": "^5.0.0", | ||
"earcut": "^2.2.2" | ||
"@turf/boolean-point-in-polygon": "^6.3", | ||
"d3-array": "1 - 3", | ||
"d3-geo": "1 - 3", | ||
"d3-geo-voronoi": "^1.6", | ||
"delaunator": "5", | ||
"earcut": "2" | ||
}, | ||
@@ -54,16 +54,16 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.13.16", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.13.8", | ||
"@babel/preset-env": "^7.13.15", | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.14.5", | ||
"@babel/preset-env": "^7.14.5", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@types/three": ">=0.72.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.45.2", | ||
"rollup-plugin-dts": "^3.0.1", | ||
"rollup": "^2.52.1", | ||
"rollup-plugin-dts": "^3.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.2.4" | ||
"typescript": "^4.3.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1487282
7646
+ Addedd3-array@3.2.4(transitive)
+ Addedd3-geo@3.1.1(transitive)
+ Addedinternmap@2.0.3(transitive)
- Removedd3-geo@2.0.2(transitive)
Updatedd3-array@1 - 3
Updatedd3-geo@1 - 3
Updatedd3-geo-voronoi@^1.6
Updateddelaunator@5
Updatedearcut@2