Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@databases/pg

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databases/pg - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

2

lib/__tests__/stream.test.js

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

INSERT INTO streaming_test.values (id)
VALUES ${__1.sql.join(batchValues.map(v => __1.sql`(${v})`), ',')};
VALUES ${__1.sql.join(batchValues.map(v => __1.sql`(${v})`), __1.sql`,`)};
`);

@@ -70,0 +70,0 @@ }

{
"name": "@databases/pg",
"version": "1.2.0",
"version": "2.0.0",
"description": "",

@@ -13,3 +13,3 @@ "main": "./lib/index.js",

"@databases/push-to-async-iterable": "^1.0.0",
"@databases/sql": "^1.0.3",
"@databases/sql": "^2.0.0",
"@types/pg-query-stream": "^1.0.2",

@@ -16,0 +16,0 @@ "pg-promise": "^8.6.0",

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