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

graphql-mapping-template

Package Overview
Dependencies
Maintainers
12
Versions
635
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.8-alpha.64 to 4.20.8-alpha.66

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [4.20.8-beta.2](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.8-beta.0...graphql-mapping-template@4.20.8-beta.2) (2023-02-21)
**Note:** Version bump only for package graphql-mapping-template
## [4.20.8-beta.1](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.8-beta.0...graphql-mapping-template@4.20.8-beta.1) (2023-02-15)
**Note:** Version bump only for package graphql-mapping-template
## [4.20.8-beta.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.7...graphql-mapping-template@4.20.8-beta.0) (2023-02-03)
**Note:** Version bump only for package graphql-mapping-template
## [4.20.7](https://github.com/aws-amplify/amplify-category-api/compare/graphql-mapping-template@4.20.6...graphql-mapping-template@4.20.7) (2023-01-12)

@@ -8,0 +20,0 @@

8

lib/ast.d.ts

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

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

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

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

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

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

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

export declare function methodCall(methodName: ReferenceNode, ...params: Expression[]): CompoundExpressionNode;
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;
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;
//# sourceMappingURL=ast.d.ts.map
{
"name": "graphql-mapping-template",
"version": "4.20.8-alpha.64+f1a98e3e7",
"version": "4.20.8-alpha.66+da09373b8",
"description": "An AST wrapper around AWS AppSync resolvers",

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

},
"gitHead": "f1a98e3e75c2995bd43083ef52bf31d336637aca"
"gitHead": "da09373b84e4563bd1bfe5c1e12c59fd100b0c17"
}

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