pg-esm-test
Advanced tools
@@ -8,4 +8,8 @@ const assert = require('node:assert') | ||
| 'pg/lib/index.js', | ||
| 'pg/lib/index', | ||
| 'pg/lib/connection-parameters', | ||
| 'pg/lib/connection-parameters.js', | ||
| 'pg/lib/type-overrides', | ||
| 'pg-protocol/dist/messages.js', | ||
| 'pg-protocol/dist/messages', | ||
| 'pg-native/lib/build-result.js', | ||
@@ -12,0 +16,0 @@ ] |
+9
-9
| { | ||
| "name": "pg-esm-test", | ||
| "version": "1.2.2", | ||
| "version": "1.2.3", | ||
| "description": "A test module for PostgreSQL with ESM support", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
| "scripts": { | ||
| "test": "node --test --conditions=cloudflare" | ||
| "test": "node --test --conditions=workerd" | ||
| }, | ||
@@ -18,13 +18,13 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "pg": "^8.16.2", | ||
| "pg-cloudflare": "^1.2.6", | ||
| "pg-cursor": "^2.15.2", | ||
| "pg-native": "^3.5.1", | ||
| "pg": "^8.16.3", | ||
| "pg-cloudflare": "^1.2.7", | ||
| "pg-cursor": "^2.15.3", | ||
| "pg-native": "^3.5.2", | ||
| "pg-pool": "^3.10.1", | ||
| "pg-protocol": "^1.10.2", | ||
| "pg-query-stream": "^4.10.2" | ||
| "pg-protocol": "^1.10.3", | ||
| "pg-query-stream": "^4.10.3" | ||
| }, | ||
| "author": "Brian M. Carlson <brian.m.carlson@gmail.com>", | ||
| "license": "MIT", | ||
| "gitHead": "1a25d128177dd7c54dc4652bbb92ac7986306e3f" | ||
| "gitHead": "8f8e7315e8f7c1bb01e98fdb41c8c92585510782" | ||
| } |
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
6243
1.74%151
2.72%