Socket
Socket
Sign inDemoInstall

sql-template-strings

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-template-strings - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.d.ts

@@ -68,3 +68,3 @@

*/
export function SQL(strings: string[], values: any[]): SQLStatement;
export function SQL(strings: string[], ...values: any[]): SQLStatement;
export default SQL;
{
"name": "sql-template-strings",
"version": "2.1.0",
"version": "2.1.1",
"description": "ES6 tagged template strings for prepared statements with mysql and postgres",

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

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