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

selectstar

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selectstar - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

dist/index.d.ts

@@ -138,3 +138,3 @@ /// <reference types="node" />

export declare type Template = (fn: typeof subsql) => Subsql;
export declare type SqlLiteralParams = Identifier | List | Unsafe | Template | Literal | SqlLiteralParams[];
export declare type SqlLiteralParams = Identifier | List | Unsafe | Template | Literal;
/**

@@ -141,0 +141,0 @@ * Using a template literal, generate a query with arguments that can be passed

@@ -213,6 +213,2 @@ "use strict";

}
else if (Array.isArray(param)) {
// If the param is an array, it is a shorthand for `list(param, ', ')`
processParam(list(param));
}
else {

@@ -219,0 +215,0 @@ throw new RangeError(`Value ${param} is not a valid pg literal`);

{
"name": "selectstar",
"version": "1.1.6",
"version": "1.1.7",
"description": "Generate safe SQL statements with tagged literals",

@@ -5,0 +5,0 @@ "main": "dist/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