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

gql.tada

Package Overview
Dependencies
Maintainers
0
Versions
234
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

to
1.8.0-canary-3afc304ad7a0127af6ccb3a350436473dd18d543

dist/gql-tada-ts-plugin.d.ts

1

dist/gql-tada-cli.d.ts
#!/usr/bin/env node
import '@gql.tada/internal';
import '@0no-co/graphqlsp';

10

dist/gql-tada-internal.js

@@ -7,8 +7,10 @@ Object.defineProperty(exports, "__esModule", {

Object.keys(e).forEach((function(t) {
if ("default" !== t && !Object.prototype.hasOwnProperty.call(exports, t)) {
Object.defineProperty(exports, t, {
require("@0no-co/graphqlsp");
Object.keys(e).forEach((function(r) {
if ("default" !== r && !Object.prototype.hasOwnProperty.call(exports, r)) {
Object.defineProperty(exports, r, {
enumerable: !0,
get: function() {
return e[t];
return e[r];
}

@@ -15,0 +17,0 @@ });

{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.7.7-canary-e14335afd4758306016fabbe71fa20d7d77d21e4",
"version": "1.8.0-canary-3afc304ad7a0127af6ccb3a350436473dd18d543",
"author": "0no.co <hi@0no.co>",

@@ -19,2 +19,3 @@ "source": "./src/index.ts",

"cli/",
"ts-plugin/",
"bin/",

@@ -42,2 +43,8 @@ "dist/"

},
"./ts-plugin": {
"types": "./dist/gql-tada-ts-plugin.d.ts",
"import": "./dist/gql-tada-ts-plugin.mjs",
"require": "./dist/gql-tada-ts-plugin.js",
"source": "./src/ts-plugin/index.ts"
},
"./package.json": "./package.json"

@@ -47,5 +54,9 @@ },

"@0no-co/graphql.web": "^1.0.5",
"@gql.tada/cli-utils": "1.3.11-canary-e14335afd4758306016fabbe71fa20d7d77d21e4",
"@gql.tada/internal": "1.0.1"
"@0no-co/graphqlsp": "^1.12.9",
"@gql.tada/cli-utils": "1.4.0-canary-3afc304ad7a0127af6ccb3a350436473dd18d543",
"@gql.tada/internal": "1.0.2-canary-3afc304ad7a0127af6ccb3a350436473dd18d543"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"public": true,

@@ -112,8 +123,5 @@ "keywords": [

"terser": "^5.26.0",
"typescript": "^5.3.3",
"typescript": "^5.5.2",
"vitest": "1.1.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"publishConfig": {

@@ -120,0 +128,0 @@ "access": "public",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet