Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "reproject", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Reproject GeoJSON from one projection/CRS to another", | ||
@@ -8,3 +8,4 @@ "repository": "git@github.com:perliedman/reproject.git", | ||
"scripts": { | ||
"test": "mocha -R spec" | ||
"test": "mocha -R spec", | ||
"bundle": "rollup -c" | ||
}, | ||
@@ -23,5 +24,5 @@ "bin": { | ||
"dependencies": { | ||
"concat-stream": "^1.5.1", | ||
"event-stream": "^3.3.4", | ||
"geojson-stream": "0.0.1", | ||
"concat-stream": "^2.0.0", | ||
"event-stream": "^4.0.0", | ||
"geojson-stream": "0.1.0", | ||
"minimist": "^1.2.0", | ||
@@ -32,4 +33,7 @@ "proj4": "^2.4.4" | ||
"expect.js": "^0.3.1", | ||
"mocha": "^5.0.0" | ||
"mocha": "^6.1.3", | ||
"rollup": "^1.10.0", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-terser": "^4.0.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
30666
10
757
5
+ Addedconcat-stream@2.0.0(transitive)
+ Addedevent-stream@4.0.1(transitive)
+ Addedgeojson-stream@0.1.0(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedconcat-stream@1.6.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedevent-stream@3.3.5(transitive)
- Removedgeojson-stream@0.0.1(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
Updatedconcat-stream@^2.0.0
Updatedevent-stream@^4.0.0
Updatedgeojson-stream@0.1.0