New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-function-transformer

Package Overview
Dependencies
Maintainers
1
Versions
823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-function-transformer - npm Package Compare versions

Comparing version 1.5.1-authSubRelease.0 to 1.5.1-authSubRelease.2

24

CHANGELOG.md

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

## [1.5.1-authSubRelease.2](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-authSubRelease.2) (2019-08-24)
### Features
* adding amplify cli predictions category ([#1936](https://github.com/aws-amplify/amplify-cli/issues/1936)) ([b7b7c2c](https://github.com/aws-amplify/amplify-cli/commit/b7b7c2c))
* mock support for API, function and storage ([#1893](https://github.com/aws-amplify/amplify-cli/issues/1893)) ([372e534](https://github.com/aws-amplify/amplify-cli/commit/372e534))
## [1.5.1-authSubRelease.1](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-authSubRelease.1) (2019-08-24)
### Features
* adding amplify cli predictions category ([#1936](https://github.com/aws-amplify/amplify-cli/issues/1936)) ([b7b7c2c](https://github.com/aws-amplify/amplify-cli/commit/b7b7c2c))
* mock support for API, function and storage ([#1893](https://github.com/aws-amplify/amplify-cli/issues/1893)) ([372e534](https://github.com/aws-amplify/amplify-cli/commit/372e534))
## [1.5.1-authSubRelease.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-function-transformer@1.1.5...graphql-function-transformer@1.5.1-authSubRelease.0) (2019-08-16)

@@ -8,0 +32,0 @@

9

lib/FunctionTransformer.js
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {

@@ -7,0 +10,0 @@ extendStatics(d, b);

{
"name": "graphql-function-transformer",
"version": "1.5.1-authSubRelease.0",
"version": "1.5.1-authSubRelease.2",
"description": "Implements the @function directive.",

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

"graphql": "^0.13.2",
"graphql-mapping-template": "3.5.1-authSubRelease.0",
"graphql-transformer-common": "3.12.1-authSubRelease.0",
"graphql-transformer-core": "3.11.1-authSubRelease.0"
"graphql-mapping-template": "3.5.1-authSubRelease.2",
"graphql-transformer-common": "3.12.1-authSubRelease.2",
"graphql-transformer-core": "3.11.1-authSubRelease.2"
},

@@ -26,3 +26,5 @@ "devDependencies": {

"ts-jest": "^22.4.6",
"tslint-config-airbnb": "^5.11.1"
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.5.3"
},

@@ -44,3 +46,3 @@ "jest": {

},
"gitHead": "9499db0d398ea20acdace5f6f1fc3a03660f1548"
"gitHead": "ba9e69ea8f0a54c6e97662280cb013e5946c8c4f"
}

Sorry, the diff of this file is not supported yet

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