data-api-local
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.4
@@ -188,3 +188,3 @@ "use strict"; | ||
JOIN pg_attribute a ON attrelid = c.oid | ||
WHERE c.oid = ANY($1::oid[]) | ||
WHERE c.oid = ANY($1::oid[]) AND NOT a.attisdropped | ||
ORDER BY a.attnum ASC | ||
@@ -191,0 +191,0 @@ `, |
{ | ||
"name": "data-api-local", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.4", | ||
"description": "AWS Aurora Serverless Data API emulator for local development.", | ||
@@ -39,17 +39,16 @@ "homepage": "https://github.com/marcgreenstock/data-api-suite/tree/master/packages/data-api-local", | ||
"http-errors": "^1.7.3", | ||
"pg": "^7.14.0", | ||
"uuid": "^3.3.3" | ||
"pg": "^8.7.1", | ||
"uuid": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.17.2", | ||
"@types/express": "^4.17.3", | ||
"@types/http-errors": "^1.6.3", | ||
"@types/node": "^12.12.14", | ||
"@types/pg": "^7.11.2", | ||
"@types/uuid": "^3.4.6", | ||
"aws-sdk": "^2.590.0", | ||
"jest": "^24.9.0", | ||
"pg": "^7.14.0", | ||
"typescript": "^3.7.3" | ||
"@types/node": "^13.9.3", | ||
"@types/pg": "^7.14.3", | ||
"@types/uuid": "^3.4.8", | ||
"aws-sdk": "^2.644.0", | ||
"jest": "^25.1.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
"gitHead": "40a1e25aa858d53695b0db5802894f1cac97e8f4" | ||
"gitHead": "44f32fc04c96fdbc882b215654b1e9a5515f8f12" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8
58693
4
+ Addedpg@8.13.3(transitive)
+ Addedpg-cloudflare@1.1.1(transitive)
+ Addedpg-connection-string@2.7.0(transitive)
+ Addedpg-pool@3.7.1(transitive)
+ Addedpg-protocol@1.7.1(transitive)
- Removedbuffer-writer@2.0.0(transitive)
- Removedpacket-reader@1.0.0(transitive)
- Removedpg@7.18.2(transitive)
- Removedpg-connection-string@0.1.3(transitive)
- Removedpg-packet-stream@1.1.0(transitive)
- Removedpg-pool@2.0.10(transitive)
- Removedsemver@4.3.2(transitive)
Updatedpg@^8.7.1
Updateduuid@^3.4.0