pg-promise
Advanced tools
Comparing version 10.7.5-beta.0 to 10.7.5-beta.1
@@ -12,2 +12,5 @@ /* | ||
const streamVersion = require(`../package.json`) | ||
.devDependencies[`pg-query-stream`]; | ||
module.exports = { | ||
@@ -31,3 +34,3 @@ nativeError: `Failed to initialize Native Bindings.`, | ||
nativeStreaming: `Streaming doesn't work with Native Bindings.`, | ||
invalidStream: `Invalid or missing stream object: pg-query-stream >= v3.4.2 was expected`, | ||
invalidStream: `Invalid or missing stream object: pg-query-stream >= v${streamVersion} was expected`, | ||
invalidStreamState: `Invalid stream state.`, | ||
@@ -34,0 +37,0 @@ invalidStreamCB: `Invalid or missing stream initialization callback.`, |
{ | ||
"name": "pg-promise", | ||
"version": "10.7.5-beta.0", | ||
"version": "10.7.5-beta.1", | ||
"description": "PostgreSQL interface for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -364,3 +364,3 @@ /* | ||
// API: http://vitaly-t.github.io/pg-promise/Database.html#stream | ||
stream(qs: object, init: (stream: NodeJS.ReadableStream) => void): XPromise<{ processed: number, duration: number }> | ||
stream(qs: NodeJS.ReadableStream, init: (stream: NodeJS.ReadableStream) => void): XPromise<{ processed: number, duration: number }> | ||
@@ -367,0 +367,0 @@ // API: http://vitaly-t.github.io/pg-promise/Database.html#func |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
419111
9660
170