New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

moleculer-postgis

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moleculer-postgis - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "moleculer-postgis",
"version": "0.2.2",
"version": "0.2.3",
"description": "Postgis mixin and functions for @moleculer/database",

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

@@ -139,2 +139,4 @@ "use strict";

}
if (!item.geom)
return acc;
acc[`${item.id}`] = GeoJSON.parse(Object.assign(Object.assign({}, item.geom), { properties: itemProperties }));

@@ -141,0 +143,0 @@ return acc;

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