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

aurora-data-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurora-data-api - npm Package Compare versions

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

2

lib/AuroraDataAPI.js

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

return __awaiter(this, void 0, void 0, function* () {
const _a = Object.assign(Object.assign({}, this.requestConfig), options), { valueTransformer } = _a, executeStatementOptions = __rest(_a, ["valueTransformer"]);
const _a = Object.assign(Object.assign(Object.assign({}, this.transformOptions), this.requestConfig), options), { valueTransformer } = _a, executeStatementOptions = __rest(_a, ["valueTransformer"]);
const parameters = params && transformQueryParams_1.transformQueryParams(params);

@@ -93,0 +93,0 @@ const result = yield this.executeStatement(Object.assign(Object.assign({}, executeStatementOptions), { sql,

{
"name": "aurora-data-api",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Aurora Serverless Data API Client that simplifies the request and response payloads.",

@@ -41,3 +41,3 @@ "homepage": "https://github.com/marcgreenstock/data-api-suite/tree/master/packages/aurora-data-api",

],
"gitHead": "40a1e25aa858d53695b0db5802894f1cac97e8f4"
"gitHead": "e64a62458b6f91772e49cf14d9621cff7a0d7fae"
}

@@ -1,2 +0,2 @@

# AuroraDataAPI
# Aurora Data API Client

@@ -7,3 +7,3 @@ [![Master](https://github.com/marcgreenstock/data-api-suite/workflows/master/badge.svg)](https://github.com/marcgreenstock/data-api-suite/actions) [![NPM](https://img.shields.io/npm/v/aurora-data-api.svg)](https://www.npmjs.com/package/aurora-data-api)

**AuroraDataAPI** is an abstraction of the [RDSDataService](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/RDSDataService.html) that implements the [Data API for Aurora Serverless](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html).
**Aurora Data API Client** is an abstraction of the [RDSDataService](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/RDSDataService.html) that implements the [Data API for Aurora Serverless](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html).

@@ -10,0 +10,0 @@ Query requests are simplified; instead of expecting clunky query params it expects only a JSON object:

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