Socket
Socket
Sign inDemoInstall

@maxbezs/graphql-api

Package Overview
Dependencies
86
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.8

lib/index.d.ts

22

package.json
{
"name": "@maxbezs/graphql-api",
"version": "0.0.4",
"version": "0.0.8",
"description": "Server side GraphQL transport for maxbezs",

@@ -37,6 +37,6 @@ "main": "lib/index.js",

"@graphql-modules/core": "0.7.17",
"@maxbezs/magic-link": "^0.0.4",
"@maxbezs/password": "^0.0.4",
"@maxbezs/server": "^0.0.4",
"@maxbezs/types": "^0.0.4",
"@maxbezs/magic-link": "^0.0.5",
"@maxbezs/password": "^0.0.3",
"@maxbezs/server": "^0.0.5",
"@maxbezs/types": "^0.0.3",
"graphql": "^14.6.0 || ^15.0.0",

@@ -60,8 +60,8 @@ "graphql-tag": "^2.10.0"

"@graphql-modules/core": "0.7.17",
"@maxbezs/magic-link": "^0.0.4",
"@maxbezs/password": "^0.0.4",
"@maxbezs/server": "^0.0.4",
"@maxbezs/types": "^0.0.4",
"@maxbezs/magic-link": "^0.0.5",
"@maxbezs/password": "^0.0.3",
"@maxbezs/server": "^0.0.5",
"@maxbezs/types": "^0.0.3",
"@types/jest": "27.0.2",
"@types/request-ip": "0.0.47",
"@types/request-ip": "0.0.37",
"graphql": "14.6.0",

@@ -74,3 +74,3 @@ "graphql-tag": "2.12.6",

},
"gitHead": "1b827ce86ba4e101371f527ce1496012a241d2e3"
"gitHead": "e76c9070a7e65125a9cba3ddaf8c35f4ec05530a"
}

@@ -28,6 +28,2 @@ /* eslint-disable */

username?: Maybe<Scalars['String']>;
termAndConditions: Maybe<Scalars['Boolean']>;
isAdult: Maybe<Scalars['Boolean']>;
personalDataToOtherCompanies: Maybe<Scalars['Boolean']>;
personalDataToPromotionalOffers: Maybe<Scalars['Boolean']>;
};

@@ -188,6 +184,2 @@

userId?: Maybe<Scalars['ID']>;
termAndConditions: Maybe<Scalars['Boolean']>;
isAdult: Maybe<Scalars['Boolean']>;
personalDataToOtherCompanies: Maybe<Scalars['Boolean']>;
personalDataToPromotionalOffers: Maybe<Scalars['Boolean']>;
};

@@ -194,0 +186,0 @@

@@ -0,0 +0,0 @@ import { GraphQLModule } from '@graphql-modules/core';

import { QueryResolvers } from '../../../models';
//@ts-ignore
import { ModuleContext } from '@graphql-modules/core';

@@ -3,0 +4,0 @@ import { AccountsModuleContext } from '../../accounts';

@@ -48,7 +48,3 @@ import gql from 'graphql-tag';

password: String
termAndConditions: Boolean
isAdult: Boolean
personalDataToOtherCompanies: Boolean
personalDataToPromotionalOffers: Boolean
}
`;

@@ -7,2 +7,3 @@ import { GraphQLModule } from '@graphql-modules/core';

import AccountsMagicLink from '@maxbezs/magic-link';
//@ts-ignore
import { IncomingMessage } from 'http';

@@ -45,6 +46,2 @@ import TypesTypeDefs from './schema/types';

infos: ConnectionInformations;
termAndConditions?: Boolean;
isAdult?: Boolean;
personalDataToOtherCompanies?: Boolean;
personalDataToPromotionalOffers?: Boolean;
}

@@ -51,0 +48,0 @@

@@ -0,0 +0,0 @@ import { QueryResolvers } from '../../../models';

@@ -16,6 +16,2 @@ import gql from 'graphql-tag';

username: String
termAndConditions: Boolean
isAdult: Boolean
personalDataToOtherCompanies: Boolean
personalDataToPromotionalOffers: Boolean
}

@@ -22,0 +18,0 @@

@@ -5,3 +5,3 @@ import { GraphQLModule } from '@graphql-modules/core';

export interface CoreAccountsModuleConfig {
userAsInterface?: boolean;
userAsInterface?: Boolean;
}

@@ -8,0 +8,0 @@

@@ -9,6 +9,2 @@ import gql from 'graphql-tag';

username: String
termAndConditions: boolean
isAdult: boolean
personalDataToOtherCompanies: boolean
personalDataToPromotionalOffers: boolean
}

@@ -15,0 +11,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc