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

@bluealba/microservices-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluealba/microservices-toolkit - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

2

package.json
{
"name": "@bluealba/microservices-toolkit",
"version": "1.5.5",
"version": "1.5.6",
"description": "Library that contains common elements used in microservices",

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

@@ -8,3 +8,4 @@ "use strict";

// extract named params from sql
let matches = sql.matchAll(/:([a-zA-Z0-9]{1,})/g);
let regExp = dialect === "postgres" ? /(?<!:):([a-zA-Z0-9]{1,})/g : /:([a-zA-Z0-9]{1,})/g;
let matches = sql.matchAll(regExp);
let namedParams = [];

@@ -11,0 +12,0 @@ for (let m of matches) {

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