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

graphql-auth-transformer

Package Overview
Dependencies
Maintainers
12
Versions
999
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-auth-transformer - npm Package Compare versions

Comparing version

to
7.2.73

25

package.json
{
"name": "graphql-auth-transformer",
"version": "7.2.72",
"version": "7.2.73",
"description": "Implements the @auth directive for the appsync model transform.",

@@ -28,12 +28,12 @@ "repository": {

"graphql": "^15.5.0",
"graphql-connection-transformer": "5.2.70",
"graphql-mapping-template": "4.20.13",
"graphql-transformer-common": "4.27.0",
"graphql-transformer-core": "8.2.3"
"graphql-connection-transformer": "5.2.71",
"graphql-mapping-template": "4.20.14",
"graphql-transformer-common": "4.27.1",
"graphql-transformer-core": "8.2.4"
},
"devDependencies": {
"cloudform-types": "^4.2.0",
"graphql-dynamodb-transformer": "7.2.70",
"graphql-elasticsearch-transformer": "5.2.71",
"graphql-function-transformer": "3.3.61",
"graphql-dynamodb-transformer": "7.2.71",
"graphql-elasticsearch-transformer": "5.2.72",
"graphql-function-transformer": "3.3.62",
"lodash": "^4.17.21",

@@ -57,7 +57,8 @@ "rimraf": "^3.0.0"

"collectCoverage": true,
"coverageProvider": "v8",
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80
"branches": 89,
"functions": 90,
"lines": 90
}

@@ -70,3 +71,3 @@ },

},
"gitHead": "c5860ebe11e55e6f197f9dd24e322740b002741c"
"gitHead": "2ff8c3eda50f582152492e232d6daa3dbaf56821"
}

Sorry, the diff of this file is too big to display