Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@accounts/graphql-client

Package Overview
Dependencies
Maintainers
5
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/graphql-client - npm Package Compare versions

Comparing version 0.2.0-alpha.6b1220f7 to 0.2.0-alpha.6f2debcc

2

lib/graphql/login.mutation.js

@@ -6,5 +6,5 @@ "use strict";

exports.createLoginMutation = function (userFieldsFragment) {
return (_a = ["\n mutation($user: UserInput!, $password: String!) {\n loginWithPassword(user: $user, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], _a.raw = ["\n mutation($user: UserInput!, $password: String!) {\n loginWithPassword(user: $user, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], graphql_tag_1.default(_a, userFieldsFragment, login_fields_fragment_1.loginFieldsFragment));
return (_a = ["\n mutation($user: String, $userFields: UserInput, $password: String!) {\n loginWithPassword(user: $user, userFields: $userFields, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], _a.raw = ["\n mutation($user: String, $userFields: UserInput, $password: String!) {\n loginWithPassword(user: $user, userFields: $userFields, password: $password) {\n sessionId\n ...LoginFields\n user {\n id\n ...UserFields\n }\n }\n }\n \n ", "\n ", "\n"], graphql_tag_1.default(_a, userFieldsFragment, login_fields_fragment_1.loginFieldsFragment));
var _a;
};
//# sourceMappingURL=login.mutation.js.map
{
"name": "@accounts/graphql-client",
"version": "0.2.0-alpha.6b1220f7",
"version": "0.2.0-alpha.6f2debcc",
"description": "GraphQL client transport for accounts",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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