Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-transformer-common

Package Overview
Dependencies
Maintainers
2
Versions
770
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-transformer-common - npm Package Compare versions

Comparing version 1.1.0-alpha.3c55f95f to 1.1.0-alpha.3e85cdc8

4

lib/ResourceConstants.d.ts

@@ -18,2 +18,3 @@ export declare class ResourceConstants {

AppSyncApiName: string;
APIKeyExpirationEpoch: string;
DynamoDBModelTableReadIOPS: string;

@@ -41,2 +42,5 @@ DynamoDBModelTableWriteIOPS: string;

static CONDITIONS: {
APIKeyExpirationEpochIsZero: string;
APIKeyExpirationEpochIsNotNegOne: string;
APIKeyExpirationEpochIsPositive: string;
AuthShouldCreateUserPool: string;

@@ -43,0 +47,0 @@ };

@@ -26,2 +26,3 @@ "use strict";

AppSyncApiName: 'AppSyncApiName',
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch',
// DynamoDB

@@ -52,2 +53,6 @@ DynamoDBModelTableReadIOPS: 'DynamoDBModelTableReadIOPS',

ResourceConstants.CONDITIONS = {
// General
APIKeyExpirationEpochIsZero: 'APIKeyExpirationEpochIsZero',
APIKeyExpirationEpochIsNotNegOne: 'APIKeyExpirationEpochIsNotNegOne',
APIKeyExpirationEpochIsPositive: 'APIKeyExpirationEpochIsPositive',
// Auth

@@ -54,0 +59,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool'

6

package.json
{
"name": "graphql-transformer-common",
"version": "1.1.0-alpha.3c55f95f",
"version": "1.1.0-alpha.3e85cdc8",
"description": "Common code and constants for AppSync Transformers",

@@ -22,4 +22,4 @@ "main": "lib/index.js",

"graphql": "^0.13.2",
"graphql-mapping-template": "^1.1.0-alpha.3c55f95f",
"graphql-transformer-core": "^1.1.0-alpha.3c55f95f"
"graphql-mapping-template": "^1.1.0-alpha.3e85cdc8",
"graphql-transformer-core": "^1.1.0-alpha.3e85cdc8"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -26,2 +26,3 @@ export class ResourceConstants {

AppSyncApiName: 'AppSyncApiName',
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch',

@@ -55,2 +56,7 @@ // DynamoDB

public static CONDITIONS = {
// General
APIKeyExpirationEpochIsZero: 'APIKeyExpirationEpochIsZero',
APIKeyExpirationEpochIsNotNegOne: 'APIKeyExpirationEpochIsNotNegOne',
APIKeyExpirationEpochIsPositive: 'APIKeyExpirationEpochIsPositive',
// Auth

@@ -57,0 +63,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool'

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