pg-esm-test
Advanced tools
@@ -1,2 +0,2 @@ | ||
| const assert = require('node:assert') | ||
| const assert = require('assert') | ||
| const test = require('node:test') | ||
@@ -3,0 +3,0 @@ const { describe, it } = test |
+5
-5
| { | ||
| "name": "pg-esm-test", | ||
| "version": "1.3.1", | ||
| "version": "1.3.2", | ||
| "description": "A test module for PostgreSQL with ESM support", | ||
@@ -17,13 +17,13 @@ "main": "index.js", | ||
| "devDependencies": { | ||
| "pg": "^8.17.1", | ||
| "pg": "^8.17.2", | ||
| "pg-cloudflare": "^1.3.0", | ||
| "pg-cursor": "^2.16.1", | ||
| "pg-cursor": "^2.16.2", | ||
| "pg-native": "^3.5.2", | ||
| "pg-pool": "^3.11.0", | ||
| "pg-protocol": "^1.11.0", | ||
| "pg-query-stream": "^4.11.1" | ||
| "pg-query-stream": "^4.11.2" | ||
| }, | ||
| "author": "Brian M. Carlson <brian.m.carlson@gmail.com>", | ||
| "license": "MIT", | ||
| "gitHead": "4eb7529a5906f2000faf72b5452e10d95bde2f9e" | ||
| "gitHead": "5b68a115cc90a7b7069fa8c4b0ca51e3447367e9" | ||
| } |
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import { CloudflareSocket } from 'pg-cloudflare' |
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import { parse, toClientConfig, parseIntoClientConfig } from 'pg-connection-string' |
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import Cursor from 'pg-cursor' |
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import Client from 'pg-native' |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import Pool from 'pg-pool' |
| import protocol, { NoticeMessage, DatabaseError } from 'pg-protocol/dist/messages.js' | ||
| import { describe, it } from 'node:test' | ||
| import { strict as assert } from 'node:assert' | ||
| import { strict as assert } from 'assert' | ||
@@ -5,0 +5,0 @@ describe('pg-protocol', () => { |
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import QueryStream from 'pg-query-stream' |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import assert from 'node:assert' | ||
| import assert from 'assert' | ||
| import { describe, it } from 'node:test' | ||
@@ -3,0 +3,0 @@ import pg, { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
6230
-0.72%