Socket
Socket
Sign inDemoInstall

gql.tada

Package Overview
Dependencies
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql.tada - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5

bin/cli.js

17

package.json
{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.2.1",
"version": "1.3.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5",
"author": "0no.co <hi@0no.co>",

@@ -11,5 +11,10 @@ "source": "./src/index.ts",

"sideEffects": false,
"bin": {
"gql.tada": "./bin/cli.js",
"gql-tada": "./bin/cli.js"
},
"files": [
"LICENSE.md",
"README.md",
"bin/",
"dist/"

@@ -24,6 +29,13 @@ ],

},
"./cli": {
"types": "./dist/gql-tada-cli.d.ts",
"import": "./dist/gql-tada-cli.mjs",
"require": "./dist/gql-tada-cli.js",
"source": "./src/cli/index.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.4"
"@0no-co/graphql.web": "^1.0.4",
"@gql.tada/cli-utils": "0.1.0-canary-508cc3efa13e99aeaaa8a3f8e8a8ec0ee0223ce5"
},

@@ -43,2 +55,3 @@ "public": true,

},
"homepage": "https://gql-tada.0no.co/",
"license": "MIT",

@@ -45,0 +58,0 @@ "prettier": {

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