Socket
Socket
Sign inDemoInstall

graphql-compose-aws

Package Overview
Dependencies
3
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.0 to 5.2.1

7

lib/AwsParam.js

@@ -13,4 +13,9 @@ "use strict";

}
const typename = `${name}Input`;
if (graphql_compose_1.schemaComposer.has(typename)) {
console.warn(`Type ${typename} already exists. It seems that aws-sdk has types with same names. Reusing already existed type for GraphQL schema.`);
return graphql_compose_1.schemaComposer.get(typename);
}
const itc = graphql_compose_1.schemaComposer.createInputTC({
name: `${name}Input`,
name: typename,
fields,

@@ -17,0 +22,0 @@ });

5

package.json
{
"name": "graphql-compose-aws",
"version": "5.2.0",
"version": "5.2.1",
"description": "AWS Cloud API via GraphQL",

@@ -31,7 +31,6 @@ "files": [

"@types/express": "4.17.12",
"@types/express-graphql": "^0.9.0",
"@types/jest": "26.0.23",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"aws-sdk": "2.918.0",
"aws-sdk": "2.924.0",
"eslint": "7.27.0",

@@ -38,0 +37,0 @@ "eslint-config-airbnb-base": "14.2.1",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc