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.8 to 1.1.9

3

dist/index.js

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

value instanceof Buffer ||
ArrayBuffer.isView(value));
ArrayBuffer.isView(value) ||
(Array.isArray(value) && value.every(isLiteral)));
}

@@ -167,0 +168,0 @@ function process(fragments, params, index = 1) {

{
"name": "selectstar",
"version": "1.1.8",
"version": "1.1.9",
"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