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.1.0 to 1.1.1

2

index.js

@@ -27,2 +27,4 @@ 'use strict';

function traverseGeoJson(geojson, leafCallback, nodeCallback) {
if (geojson == null) return geojson;
var r = clone(geojson);

@@ -29,0 +31,0 @@

2

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

@@ -5,0 +5,0 @@ "repository": "git@github.com:perliedman/reproject.git",

@@ -325,2 +325,10 @@ 'use strict';

});
it('handles null geometry', function() {
var gj = {
'type': 'Feature',
'geometry': null
};
expect(reproj.reproject(gj, sweref99tm, rt90)).to.be.geojson(gj, 0);
})
});

@@ -327,0 +335,0 @@

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