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

@minatojs/sql-utils

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/sql-utils - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

lib/index.js

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

}
const prefix = !this.tables || key === "_" || key in fields ? "" : `${escapeId(table)}.`;
const prefix = !this.tables || table === "_" || key in fields ? "" : `${escapeId(table)}.`;
return this.transformKey(key, fields, prefix);

@@ -223,0 +223,0 @@ }

{
"name": "@minatojs/sql-utils",
"version": "4.0.1",
"version": "4.0.2",
"description": "SQL Utilities for Minato",

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

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