Socket
Socket
Sign inDemoInstall

graphql-codegen-core

Package Overview
Dependencies
Maintainers
1
Versions
1651
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-core - npm Package Compare versions

Comparing version 0.6.0-alpha.866878b2 to 0.6.0-alpha.a6fea330

8

package.json
{
"name": "graphql-codegen-core",
"version": "0.6.0-alpha.866878b2",
"version": "0.6.0-alpha.a6fea330",
"description": "GraphQL types and code generator based on schema",
"main": "dist/index.js",
"scripts": {
"build-tests": "tsc -p tsconfig.test.json",
"watch": "tsc --watch",
"clean": "rimraf ./dist",

@@ -16,6 +14,2 @@ "lint": "tslint src/**/*.ts",

"debug": "cd dist && node --inspect --debug-brk gql-gen.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"create-git-tag": "git tag $(cat package.json | json version)",
"dev": "cd dist/cli && nodemon --ext ts,js,d.ts,template,graphql,json,handlebars gql-gen.js --dev --file ../../dev-test/githunt/schema.json --template ts --out ../../dev-test/githunt/typings.d.ts ../../dev-test/githunt/**/*.graphql",
"prepare--": "npm run build && npm run test && npm run create-git-tag && git push && git push --tags",
"test": "jest --no-cache --verbose --runInBand"

@@ -22,0 +16,0 @@ },

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