Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reproject

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reproject - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

12

package.json
{
"name": "reproject",
"version": "1.2.5",
"version": "1.2.6",
"description": "Reproject GeoJSON from one projection/CRS to another",

@@ -26,12 +26,12 @@ "repository": "git@github.com:perliedman/reproject.git",

"geojson-stream": "0.1.0",
"minimist": "^1.2.0",
"proj4": "^2.4.4"
"minimist": "^1.2.5",
"proj4": "^2.6.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^6.2.0",
"rollup": "^1.20.3",
"mocha": "^7.2.0",
"rollup": "^2.26.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^5.0.0"
"rollup-plugin-terser": "^6.1.0"
}
}

@@ -323,3 +323,3 @@ 'use strict';

it('transforms altitude', function() {
it('preserves altitude', function() {
expect(reproj.reproject({

@@ -330,3 +330,3 @@ 'type': 'Point',

'type': 'Point',
'coordinates': [1271138, 6404230, -38.2270]
'coordinates': [1271138, 6404230, 10]
}, 0.5);

@@ -333,0 +333,0 @@ });

Sorry, the diff of this file is not supported yet

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