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.0.34-multienv.0 to 1.0.35-beta.0

9

CHANGELOG.md

@@ -6,10 +6,13 @@ # Change Log

<a name="1.0.34-multienv.0"></a>
## [1.0.34-multienv.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-transformer-common@1.0.33...graphql-transformer-common@1.0.34-multienv.0) (2018-11-16)
<a name="1.0.35-beta.0"></a>
## [1.0.35-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-transformer-common@1.0.33...graphql-transformer-common@1.0.35-beta.0) (2019-01-08)
### Bug Fixes
* **amplify-cli:** manually patch version ([#674](https://github.com/aws-amplify/amplify-cli/issues/674)) ([0d6f039](https://github.com/aws-amplify/amplify-cli/commit/0d6f039))
**Note:** Version bump only for package graphql-transformer-common
<a name="1.0.33"></a>

@@ -16,0 +19,0 @@ ## [1.0.33](https://github.com/aws-amplify/amplify-cli/compare/graphql-transformer-common@1.0.33-beta.0...graphql-transformer-common@1.0.33) (2018-11-09)

@@ -17,4 +17,4 @@ export declare class ResourceConstants {

static PARAMETERS: {
Env: string;
AppSyncApiName: string;
APIKeyExpirationEpoch: string;
DynamoDBModelTableReadIOPS: string;

@@ -42,3 +42,5 @@ DynamoDBModelTableWriteIOPS: string;

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

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

@@ -24,6 +24,5 @@ "use strict";

ResourceConstants.PARAMETERS = {
// cli
Env: 'env',
// AppSync
AppSyncApiName: 'AppSyncApiName',
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch',
// DynamoDB

@@ -54,4 +53,6 @@ DynamoDBModelTableReadIOPS: 'DynamoDBModelTableReadIOPS',

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

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

{
"name": "graphql-transformer-common",
"version": "1.0.34-multienv.0",
"version": "1.0.35-beta.0",
"description": "Common code and constants for AppSync Transformers",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -24,7 +24,5 @@ export class ResourceConstants {

public static PARAMETERS = {
// cli
Env: 'env',
// AppSync
AppSyncApiName: 'AppSyncApiName',
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch',

@@ -58,4 +56,6 @@ // DynamoDB

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

@@ -62,0 +62,0 @@ // Auth

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