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

data-api-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-api-client - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

index.js

@@ -110,4 +110,4 @@ 'use strict'

: (
(Object.keys(p).length === 2 && p.name && p.value !== 'undefined') ||
(Object.keys(p).length === 3 && p.name && p.value !== 'undefined' && p.cast)
(Object.keys(p).length === 2 && p.name && typeof p.value !== 'undefined') ||
(Object.keys(p).length === 3 && p.name && typeof p.value !== 'undefined' && p.cast)
) ? acc.concat(p)

@@ -114,0 +114,0 @@ : acc.concat(splitParams(p))

{
"name": "data-api-client",
"version": "1.2.0",
"version": "1.2.1",
"description": "A lightweight wrapper that simplifies working with the Amazon Aurora Serverless Data API",

@@ -30,4 +30,4 @@ "main": "index.js",

"eslint": "^6.8.0",
"jest": "^25.5.4",
"rewire": "^4.0.1"
"jest": "^27.5.1",
"rewire": "^6.0.0"
},

@@ -34,0 +34,0 @@ "dependencies": {

@@ -386,3 +386,3 @@ ![Aurora Serverless Data API Client](https://user-images.githubusercontent.com/2053544/79285017-44053500-7e8a-11ea-8515-998ccf9c2d2e.png)

## Enabling Data API
In order to use the Data API, you must enable it on your Aurora Serverless Cluster and create a Secret. You also musst grant your execution environment a number of permission as outlined in the following sections.
In order to use the Data API, you must enable it on your Aurora Serverless Cluster and create a Secret. You also must grant your execution environment a number of permission as outlined in the following sections.

@@ -389,0 +389,0 @@ ### Enable Data API on your Aurora Serverless Cluster

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