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.1.7 to 0.1.8

dist/esm/postgreSqlCrud.service-WDQST5BR.mjs

4

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

@@ -70,3 +70,5 @@ "use strict";

items,
pagination: omitPagination ? null : pagination,
pagination: omitPagination
? null
: { limit: pagination === null || pagination === void 0 ? void 0 : pagination.limit, from: pagination === null || pagination === void 0 ? void 0 : pagination.limit },
count: items.length,

@@ -73,0 +75,0 @@ };

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

"main": "dist/cjs/index.js",
"version": "0.1.7",
"version": "0.1.8",
"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