Socket
Socket
Sign inDemoInstall

redbean-sql

Package Overview
Dependencies
310
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.22 to 0.0.23

4

dist/redbean-node.js

@@ -829,5 +829,5 @@ "use strict";

genSlots(array = []) {
var str;
if (!Array.isArray(array)) return undefined
str = array.length ? array.fill("?").join() : ''
var str = array.slice();
str.length ? str.fill("?").join() : ''
return str

@@ -834,0 +834,0 @@ }

{
"name": "redbean-sql",
"version": "0.0.22",
"version": "0.0.23",
"description": "redbean-sql is last version of `redbean-node` with bug fixes",

@@ -5,0 +5,0 @@ "main": "dist/redbean-node.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc