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

@qrvey/data-persistence

Package Overview
Dependencies
Maintainers
11
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qrvey/data-persistence - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

dist/esm/postgreSqlCrud.service-2SXNH3J2.mjs

2

dist/cjs/services/cruds/postgresql/postgreSqlClient.service.js

@@ -344,3 +344,3 @@ "use strict";

const resultExpr = {
jsonExpr: `'{${pathSerialized}}',to_jsonb(COALESCE(("${parentPath}"->>'${pathSerialized}')::numeric,0) + ${valueSerialized})`,
jsonExpr: `'{${pathSerialized}}',to_jsonb(COALESCE(("${parentPath}"#>'{${pathSerialized}}')::numeric,0) + ${valueSerialized})`,
columnName: `"${parentPath}"`,

@@ -347,0 +347,0 @@ };

@@ -5,3 +5,3 @@ {

"main": "dist/cjs/index.js",
"version": "0.2.8",
"version": "0.2.9",
"license": "MIT",

@@ -8,0 +8,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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