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

geojson-equality

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson-equality - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "geojson-equality",
"version": "0.1.3",
"version": "0.1.4",
"description": "Check two valid geojson geometries for equality.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,3 +14,3 @@ # geojson-equality

var GeojsonEquality = require('geojson-equality');
var eq = new GeojsonEqaulity();
var eq = new GeojsonEquality();

@@ -17,0 +17,0 @@ var g1 = { "type": "Polygon", "coordinates": [

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