New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

data-api-local

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-api-local - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.4

2

lib/PostgresClient.js

@@ -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"
}
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