Socket
Socket
Sign inDemoInstall

postgres-array

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

8

index.js

@@ -45,3 +45,9 @@ 'use strict'

}
if (entry !== null) entry = this.transform(entry)
if (entry === 'true') {
entry = true
}
if (entry === 'false') {
entry = false
}
if (entry !== null && typeof entry !== 'boolean') entry = this.transform(entry)
this.entries.push(entry)

@@ -48,0 +54,0 @@ this.recorded = []

2

package.json
{
"name": "postgres-array",
"main": "index.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parse postgres array columns",

@@ -6,0 +6,0 @@ "license": "MIT",

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