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

@aws-amplify/graphql-maps-to-transformer

Package Overview
Dependencies
Maintainers
10
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-maps-to-transformer - npm Package Compare versions

Comparing version 2.1.8-alpha.0 to 2.1.8-rds.0

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.1.8-rds.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.7...@aws-amplify/graphql-maps-to-transformer@2.1.8-rds.0) (2023-06-21)
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
## [2.1.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.6...@aws-amplify/graphql-maps-to-transformer@2.1.7) (2023-06-20)

@@ -8,0 +12,0 @@

2

lib/field-mapping-lambda.js

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

const funcLogicalId = `${baseName}LambdaFunction`;
const lambdaFunc = host.addLambdaFunction(funcLogicalId, `functions/${funcLogicalId}.zip`, 'index.handler', path.join(__dirname, 'assets', 'mapping-lambda.zip'), lambda.Runtime.NODEJS_14_X, undefined, role, undefined, undefined, stack);
const lambdaFunc = host.addLambdaFunction(funcLogicalId, `functions/${funcLogicalId}.zip`, 'index.handler', path.join(__dirname, 'assets', 'mapping-lambda.zip'), lambda.Runtime.NODEJS_14_X, undefined, role, undefined, cdk.Duration.seconds(30), stack);
role.attachInlinePolicy(new iam.Policy(stack, `${baseName}CloudWatchLogAccess`, {

@@ -46,0 +46,0 @@ statements: [

{
"name": "@aws-amplify/graphql-maps-to-transformer",
"version": "2.1.8-alpha.0+0dd31fced",
"version": "2.1.8-rds.0",
"description": "Amplify GraphQL @mapsTo transformer",

@@ -33,14 +33,14 @@ "repository": {

"dependencies": {
"@aws-amplify/graphql-transformer-core": "1.3.4-alpha.0+0dd31fced",
"@aws-amplify/graphql-transformer-interfaces": "2.2.3-alpha.0+0dd31fced",
"@aws-amplify/graphql-transformer-core": "1.4.0-rds.0",
"@aws-amplify/graphql-transformer-interfaces": "2.3.0-rds.0",
"aws-cdk-lib": "~2.68.0",
"constructs": "^10.0.5",
"graphql-mapping-template": "4.20.9-alpha.431+0dd31fced",
"graphql-transformer-common": "4.24.7-alpha.42+0dd31fced"
"graphql-mapping-template": "4.20.8",
"graphql-transformer-common": "4.25.0-rds.0"
},
"devDependencies": {
"@aws-amplify/graphql-index-transformer": "1.2.4-alpha.0+0dd31fced",
"@aws-amplify/graphql-model-transformer": "1.3.4-alpha.0+0dd31fced",
"@aws-amplify/graphql-relational-transformer": "1.2.4-alpha.0+0dd31fced",
"@aws-amplify/graphql-searchable-transformer": "1.2.6-alpha.0+0dd31fced",
"@aws-amplify/graphql-index-transformer": "1.2.4-rds.0",
"@aws-amplify/graphql-model-transformer": "1.4.0-rds.0",
"@aws-amplify/graphql-relational-transformer": "1.2.4-rds.0",
"@aws-amplify/graphql-searchable-transformer": "1.2.6-rds.0",
"graphql": "^15.5.0",

@@ -62,12 +62,5 @@ "mkdirp": "^0.5.5"

],
"collectCoverage": true,
"coverageThreshold": {
"global": {
"branches": 58,
"functions": 80,
"lines": 80
}
}
"collectCoverage": true
},
"gitHead": "0dd31fced2bc070cb8fe417c34cc1b6b37a5f801"
"gitHead": "2d85e1f0f0fc383c0bbaf7269258a8ad6d527860"
}

Sorry, the diff of this file is not supported yet

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