@turf/isolines
Advanced tools
Comparing version 6.2.0-alpha.3 to 6.2.0
@@ -12,2 +12,33 @@ import { getCoords, collectionOf } from '@turf/invariant'; | ||
* https://github.com/RaumZeit/MarchingSquares.js | ||
* | ||
* MarchingSquaresJS is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* MarchingSquaresJS is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* As additional permission under GNU Affero General Public License version 3 | ||
* section 7, third-party projects (personal or commercial) may distribute, | ||
* include, or link against UNMODIFIED VERSIONS of MarchingSquaresJS without the | ||
* requirement that said third-party project for that reason alone becomes | ||
* subject to any requirement of the GNU Affero General Public License version 3. | ||
* Any modifications to MarchingSquaresJS, however, must be shared with the public | ||
* and made available. | ||
* | ||
* In summary this: | ||
* - allows you to use MarchingSquaresJS at no cost | ||
* - allows you to use MarchingSquaresJS for both personal and commercial purposes | ||
* - allows you to distribute UNMODIFIED VERSIONS of MarchingSquaresJS under any | ||
* license as long as this license notice is included | ||
* - enables you to keep the source code of your program that uses MarchingSquaresJS | ||
* undisclosed | ||
* - forces you to share any modifications you have made to MarchingSquaresJS, | ||
* e.g. bug-fixes | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with MarchingSquaresJS. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
@@ -14,0 +45,0 @@ |
@@ -16,2 +16,33 @@ 'use strict'; | ||
* https://github.com/RaumZeit/MarchingSquares.js | ||
* | ||
* MarchingSquaresJS is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* MarchingSquaresJS is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* As additional permission under GNU Affero General Public License version 3 | ||
* section 7, third-party projects (personal or commercial) may distribute, | ||
* include, or link against UNMODIFIED VERSIONS of MarchingSquaresJS without the | ||
* requirement that said third-party project for that reason alone becomes | ||
* subject to any requirement of the GNU Affero General Public License version 3. | ||
* Any modifications to MarchingSquaresJS, however, must be shared with the public | ||
* and made available. | ||
* | ||
* In summary this: | ||
* - allows you to use MarchingSquaresJS at no cost | ||
* - allows you to use MarchingSquaresJS for both personal and commercial purposes | ||
* - allows you to distribute UNMODIFIED VERSIONS of MarchingSquaresJS under any | ||
* license as long as this license notice is included | ||
* - enables you to keep the source code of your program that uses MarchingSquaresJS | ||
* undisclosed | ||
* - forces you to share any modifications you have made to MarchingSquaresJS, | ||
* e.g. bug-fixes | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with MarchingSquaresJS. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
@@ -18,0 +49,0 @@ |
{ | ||
"name": "@turf/isolines", | ||
"version": "6.2.0-alpha.3", | ||
"version": "6.2.0", | ||
"description": "turf isolines module", | ||
@@ -45,3 +45,2 @@ "author": "Turf Authors", | ||
"docs": "node ../../scripts/generate-readmes", | ||
"posttest": "node -r esm ../../scripts/validate-es5-dependencies.js", | ||
"test": "npm-run-all test:*", | ||
@@ -52,7 +51,7 @@ "test:tape": "node -r esm test.js", | ||
"devDependencies": { | ||
"@turf/envelope": "^6.2.0-alpha.3", | ||
"@turf/point-grid": "^6.2.0-alpha.3", | ||
"@turf/random": "^6.2.0-alpha.3", | ||
"@turf/rhumb-destination": "^6.2.0-alpha.3", | ||
"@turf/truncate": "^6.2.0-alpha.3", | ||
"@turf/envelope": "^6.2.0", | ||
"@turf/point-grid": "^6.2.0", | ||
"@turf/random": "^6.2.0", | ||
"@turf/rhumb-destination": "^6.2.0", | ||
"@turf/truncate": "^6.2.0", | ||
"benchmark": "*", | ||
@@ -67,9 +66,9 @@ "load-json-file": "*", | ||
"dependencies": { | ||
"@turf/bbox": "^6.2.0-alpha.3", | ||
"@turf/helpers": "^6.2.0-alpha.3", | ||
"@turf/invariant": "^6.2.0-alpha.3", | ||
"@turf/meta": "^6.2.0-alpha.3", | ||
"@turf/bbox": "^6.2.0", | ||
"@turf/helpers": "^6.2.0", | ||
"@turf/invariant": "^6.2.0", | ||
"@turf/meta": "^6.2.0", | ||
"object-assign": "*" | ||
}, | ||
"gitHead": "dce9edfc705352e8cb9e0083c9330ba0e8d77409" | ||
"gitHead": "c277baf2b967a35efec75de9ae54869d20da5288" | ||
} |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
47826
1192
0
3
70
Updated@turf/bbox@^6.2.0
Updated@turf/helpers@^6.2.0
Updated@turf/invariant@^6.2.0
Updated@turf/meta@^6.2.0