🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

graphql-no-alias

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-no-alias - npm Package Compare versions

Comparing version

to
3.0.1

7

package.json
{
"name": "graphql-no-alias",
"version": "3.0.0",
"version": "3.0.1",
"private": false,

@@ -56,3 +56,3 @@ "description": "No alias directive for graphql mutation and query types. It can limit the amount of alias fields that can be used for queries and mutations. Preventing batch attacks.",

"lint-staged": "^12.1.4",
"microbundle": "^0.14.2",
"microbundle": "^0.15.0",
"prettier": "^2.5.1",

@@ -73,4 +73,5 @@ "shx": "^0.3.3",

"build": "rm -rf ./dist && pnpm build:prod",
"release": "pnpm run prepublishOnly && pnpm changeset publish"
"release": "pnpm run prepublishOnly && pnpm cp && pnpm changeset publish",
"cp": "shx cp ../../README.md ./"
}
}