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.2.0 to 0.2.1

2

index.js
//index.js
var deepEqual = require('deep-equal');
var {dequal: deepEqual} = require('dequal');

@@ -4,0 +4,0 @@ var Equality = function(opt) {

{
"name": "geojson-equality",
"version": "0.2.0",
"version": "0.2.1",
"description": "Check two valid geojson geometries for equality.",

@@ -28,7 +28,8 @@ "main": "index.js",

"contributors": [
"Tim Oram <mitmaro@gmail.com>"
"Tim Oram <mitmaro@gmail.com>",
"Wojciech Maj < kontakt@wojtekmaj.pl"
],
"license": "MIT",
"dependencies": {
"deep-equal": "^1.0.0"
"dequal": "^2.0.3"
},

@@ -35,0 +36,0 @@ "devDependencies": {

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