Socket
Socket
Sign inDemoInstall

graphql-mapping-template

Package Overview
Dependencies
Maintainers
12
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mapping-template - npm Package Compare versions

Comparing version 4.20.7 to 4.20.8-alpha.63

8

lib/ast.d.ts

@@ -134,3 +134,3 @@ export interface IfNode {

export declare function compoundExpression(expressions: Expression[], joiner?: string, recurseIndent?: boolean): CompoundExpressionNode;
export declare type ToJsonNode = {
export type ToJsonNode = {
kind: 'Util.ToJson';

@@ -140,3 +140,3 @@ expr: Expression;

export declare function toJson(expr: Expression): ToJsonNode;
export declare type IsNullOrEmptyNode = {
export type IsNullOrEmptyNode = {
kind: 'Util.isNullOrEmpty';

@@ -146,3 +146,3 @@ expr: Expression;

export declare function isNullOrEmpty(expr: Expression): IsNullOrEmptyNode;
export declare type NewLineNode = {
export type NewLineNode = {
kind: 'NewLine';

@@ -153,3 +153,3 @@ };

export declare function methodCall(methodName: ReferenceNode, ...params: Expression[]): CompoundExpressionNode;
export declare type Expression = IfNode | IfElseNode | AndNode | OrNode | ParensNode | EqualsNode | NotEqualsNode | ForEachNode | StringNode | RawNode | QuotesNode | FloatNode | IntNode | BooleanNode | NullNode | ReferenceNode | QuietReferenceNode | ObjectNode | ListNode | SetNode | CommentNode | CompoundExpressionNode | ToJsonNode | IsNullOrEmptyNode | NotNode | NewLineNode | ReturnNode;
export type Expression = IfNode | IfElseNode | AndNode | OrNode | ParensNode | EqualsNode | NotEqualsNode | ForEachNode | StringNode | RawNode | QuotesNode | FloatNode | IntNode | BooleanNode | NullNode | ReferenceNode | QuietReferenceNode | ObjectNode | ListNode | SetNode | CommentNode | CompoundExpressionNode | ToJsonNode | IsNullOrEmptyNode | NotNode | NewLineNode | ReturnNode;
//# sourceMappingURL=ast.d.ts.map
{
"name": "graphql-mapping-template",
"version": "4.20.7",
"version": "4.20.8-alpha.63+7b138841b",
"description": "An AST wrapper around AWS AppSync resolvers",

@@ -43,3 +43,3 @@ "repository": {

},
"gitHead": "60a5b5200dc84cf0efdee41ecf51757dee9046a2"
"gitHead": "7b138841bf2c26fa16465ef263af0de7ce5a4122"
}

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