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

fhs-graphql-typings

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhs-graphql-typings - npm Package Compare versions

Comparing version

to
1.2.1

index.js

11

package.json
{
"name": "fhs-graphql-typings",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"types": "index.ts",
"main": "index.js",
"scripts": {
"build": "graphql-codegen --config graphql-codegen.yml",
"deploy": "npm run build && npm publish",
"build": "graphql-codegen --config graphql-codegen.yml && tsc",
"preversion": "npm run build",
"postversion": "npm run publish"
"postversion": "npm publish"
},

@@ -22,4 +22,5 @@ "keywords": [],

"@graphql-codegen/typescript-operations": "^1.8.3",
"@graphql-codegen/typescript-resolvers": "^1.8.3"
"@graphql-codegen/typescript-resolvers": "^1.8.3",
"typescript": "^3.7.2"
}
}

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