New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0-alpha.16096036

8

CHANGELOG.md

@@ -6,10 +6,2 @@ # 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)
**Note:** Version bump only for package graphql-transformer-common
<a name="1.0.33"></a>

@@ -16,0 +8,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)

2

lib/ResourceConstants.d.ts

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

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

@@ -42,3 +41,2 @@ DynamoDBModelTableReadIOPS: string;

static CONDITIONS: {
HasEnvironmentParameter: string;
AuthShouldCreateUserPool: string;

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

@@ -24,4 +24,2 @@ "use strict";

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

@@ -54,4 +52,2 @@ AppSyncApiName: 'AppSyncApiName',

ResourceConstants.CONDITIONS = {
// Environment
HasEnvironmentParameter: 'HasEnvironmentParameter',
// Auth

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

6

package.json
{
"name": "graphql-transformer-common",
"version": "1.0.34-multienv.0",
"version": "1.1.0-alpha.16096036",
"description": "Common code and constants for AppSync Transformers",

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

"graphql": "^0.13.2",
"graphql-mapping-template": "^1.0.33",
"graphql-transformer-core": "^1.0.33"
"graphql-mapping-template": "^1.1.0-alpha.16096036",
"graphql-transformer-core": "^1.1.0-alpha.16096036"
},

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

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

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

@@ -58,5 +55,2 @@ AppSyncApiName: 'AppSyncApiName',

public static CONDITIONS = {
// Environment
HasEnvironmentParameter: 'HasEnvironmentParameter',
// Auth

@@ -63,0 +57,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