Socket
Socket
Sign inDemoInstall

graphile-build-pg

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-build-pg - npm Package Compare versions

Comparing version 0.1.0-alpha.23 to 0.1.0-alpha.24

2

node7minus/plugins/viaTemporaryTable.js

@@ -129,3 +129,3 @@ "use strict";

select ${isPgClassLike ? _pgSql2.default.query`(str::${sqlTypeIdentifier}).*` : _pgSql2.default.query`str::${sqlTypeIdentifier} as ${sqlResultSourceAlias}`}
from unnest((${_pgSql2.default.value(values)})::${sqlTypeIdentifier}[]) str
from unnest((${_pgSql2.default.value(values)})::text[]) str
)

@@ -132,0 +132,0 @@ ${sqlResultQuery}`);

@@ -76,3 +76,3 @@ "use strict";

select ${isPgClassLike ? _pgSql2.default.query`(str::${sqlTypeIdentifier}).*` : _pgSql2.default.query`str::${sqlTypeIdentifier} as ${sqlResultSourceAlias}`}
from unnest((${_pgSql2.default.value(values)})::${sqlTypeIdentifier}[]) str
from unnest((${_pgSql2.default.value(values)})::text[]) str
)

@@ -79,0 +79,0 @@ ${sqlResultQuery}`);

{
"name": "graphile-build-pg",
"version": "0.1.0-alpha.23",
"version": "0.1.0-alpha.24",
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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